Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Technical Questions
»
Programming
void main() { char good *better, *best; printf( "%d..%d", sizeof(better), sizeof(best) ); }
1..2
4..4
4..2
2..2
Show Answer
Correct Answer:
4..2
Explanation:
The second pointer is of char type and not a good pointer.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment