#ifdef TRUE
int I=0;
#endif
main()
{
int j=0;
printf("%d %d\n",i,j);
}
Answer Posted / rohit
Compilation error due to 'i' is not declared only.
Not cause by visibility of TRUE macro.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
c language interview questions & answer
What does c mean?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
When do we get logical errors?
What are the scope of static variables?
Is there sort function in c?
What is a global variable in c?
Why array is used in c?
what are enumerations in C
Explain what are the advantages and disadvantages of a heap?
Why do we use header files in c?
What is enumerated data type in c?
What are the different categories of functions in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is volatile c?