Computer Science, asked by Ankitdangi2339, 1 year ago

Q 10 Point out the errors in the following program
include < iostream.h >
void main
{
cout << find me ;
}

Answers

Answered by AasthaKashyap01
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 bhatti3
0
#include
void main()
{
cout<<“find me”;
getch( );
}
Similar questions