#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
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
How does #define work?
Write a program of prime number using recursion.
Explain how can you check to see whether a symbol is defined?
What is the use of printf() and scanf() functions?
Can the curly brackets { } be used to enclose a single line of code?
What does c mean in standard form?
How can I read a binary data file properly?
Difference between Shallow copy and Deep copy?
Is that possible to add pointers to each other?
If you know then define #pragma?
What does it mean when a pointer is used in an if statement?
What is use of integral promotions in c?
Explain how can I manipulate strings of multibyte characters?
How do I send escape sequences to control a terminal or other device?