MENU
Question -

Write the names of header files, which are NOT NECESSARY to run the following program :

#include
#include
#include
#include 
void main()
{
char STR[80]; 
gets(STR); 
puts(strrev(STR));
}



Answer -

Header files not required are :
iostream.h,math.h.

Comment(S)

Show all Coment

Leave a Comment

Free - Previous Years Question Papers
Any questions? Ask us!
×