Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Pointers
What will be the output of the program? #include<stdio.h> int main() { printf("%c\n", 7["CuriousTab"]); return 0; }
Error: in printf
Nothing will print
print "X" of CuriousTab
print "7"
Show Answer
Correct Answer:
print "X" of CuriousTab
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment