#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
What is queue in c?
Where register variables are stored in c?
Explain data types & how many data types supported by c?
Do you know null pointer?
What is variables in c?
code for replace tabs with equivalent number of blanks
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Why is c still so popular?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
How are pointers declared in c?
What is boolean in c?
What are the features of c language?
Here is a neat trick for checking whether two strings are equal
Write a program to print “hello world” without using semicolon?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....