For Daily Free Study Material Join wiredfaculty Whatsapp Group | Download Android App | Ncert Book Download
Sponsor Area
Which C++ header file(s) are essentially required to be included to run/execute the following C++ source code (Note: Do not include any header file, which is/are not required);
Void main() { char TEXT[] = 'SomeThing'; cout<<'Remaining SMS Chars:' <<160-strlen(TEXT)<< endl; }