Saturday, January 26, 2019

C++ Programs Questions and answers Solved it

Solve C++ programs Questions and answers:

 



1)Which C++ header file(s) will be essentially required to be included to run /execute the following C++ code:

 void main()
{
     char Msg[ ]="Sunset Gardens";
     for (int I=5;I<strlen(Msg);I++)
     puts(Msg);
 }


Ans : stdio.h, string.h

 

Feedback form






Click here for feedback form :


Feedback form
 




Featured posts

Summer

 

Popular posts