MCQ
Single Best Answer
Not Set
QWhat will be the output of the program ?
#include
#include
void main()
{
char str[] = "Exam\0atnyla";
printf("%s", str);
}
ID: #1439
String in C Language
668 views
Question Info
#1439Q ID
Not SetDifficulty
String in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
Exam
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic