Home » C Programming » C Preprocessor

Will the program compile successfully? #include int main() { printf("India" "CURIOUSTAB\n"); return 0; }

Correct Answer: Yes

Explanation:

Yes, It prints "CuriousTab"

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion