Home > Java Programming > Preprocessor Directives > Questions and Answers
Exercise:
Q: |
What is the output of following C code? #if something == 0 int some=0; #endif main() { int thing = 0; printf("%d %d\n", some ,thing); } | ||||||||||
|
Comment on this Question | |
Name: | |
|