हिंदी

Observe the Following Program Very Carefully and Write the Names of Those Header Files (S), Which Are Essentially Needed to Compile and Execute the Following Program Successfully : - Computer Science (C++)

Advertisements
Advertisements

प्रश्न

Observe the following program very carefully and write the names of those header files (s), which are essentially needed to compile and execute the following program successfully :

typedef char STRING[80];
void main()
{
    STRING Txt[] ="We love Peace";
    int Count=O;
    while(Txt[Count]!='\0')
    if (isalpha(Txt[Count]))
       Txt[Count++]='@';
    else
       Txt[Count++]='#';
    puts(Txt);
}

उत्तर

# include <isotream.h>

# include <string.h>

shaalaa.com
ifstream, ofstream, Classes
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2014-2015 (March) All India Set 4
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×