Computer Science, asked by Anshnagesh, 3 months ago

b) #include<iostream.h>
int num;
void main()
{
num=15;
cout<<num;​

Answers

Answered by sridevi21082003
1

Answer:

15 will be the answer

Explanation:

There is some small modification in Ur prgm

2 nd line- using namespace std;

last line must end with

return 0;

}

Similar questions