#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
What is difference between union All statement and Union?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How do you print only part of a string?
What is pivot in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Why pointers are used?
What is structure pointer in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is storage class?
What is the use of f in c?
c program to compute AREA under integral
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is ponter?