Q 10 Point out the errors in the following program
include < iostream.h >
void main
{
cout << find me ;
}
Answers
Answered by
1
Give the ouput and explain #include<iostream.h> void main() { int a =32, *ptr=&a; char ch='A' , &cho=ch; cho+=a; *ptr+=ch; cout<<a<<" "<<ch<<endl; }
Answered by
0
#include
void main()
{
cout<<“find me”;
getch( );
}
void main()
{
cout<<“find me”;
getch( );
}
Similar questions
India Languages,
8 months ago
Science,
8 months ago
English,
8 months ago
Social Sciences,
1 year ago