#ifdef TRUE
int I=0;
#endif
main()
{
int j=0;
printf("%d %d\n",i,j);
}
Answer Posted / jai
Compilation error since 1) TRUE definition is not visible
in above program, 2) i variable is not declared.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can you write the function prototype, definition and mention the other requirements.
What is sizeof array?
Explain how do you list a file’s date and time?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the significance of c program algorithms?
What is type qualifiers?
Explain what will the preprocessor do for a program?
What does a pointer variable always consist of?
Is it fine to write void main () or main () in c?
Tell me when would you use a pointer to a function?
How to explain the final year project as a fresher please answer with sample project
What type is sizeof?
What is structure and union in c?
c language interview questions & answer
Explain what is the advantage of a random access file?