MCQ
Single Best Answer
Not Set
QWhat will be the output of the following program?
#include"stdio.h"
char *fun(){
char *temp = "atnyla";
return temp;
}
void main()
{
puts(fun());
}
ID: #1275
Pointer in C Language
892 views
Question Info
#1275Q ID
Not SetDifficulty
Pointer in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
atnyla
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic