#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
Where are c variables stored in memory?
What are c preprocessors?
Is a pointer a kind of array?
Is c easy to learn?
State the difference between x3 and x[3].
What is a program?
Describe how arrays can be passed to a user defined function
What are the features of c languages?
When can you use a pointer with a function?
Can you pass an entire structure to functions?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Can you write the function prototype, definition and mention the other requirements.
What is s or c?
How will you find a duplicate number in a array without negating the nos ?
How does free() know explain how much memory to release?