#ifdef TRUE
int I=0;
#endif

main()
{
int j=0;
printf("%d %d\n",i,j);
}

Answer Posted / vignesh1988i

compailer error

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sizeof in c?

563


How can I manipulate individual bits?

600


Explain modulus operator.

588


Is it possible to use curly brackets ({}) to enclose single line code in c program?

785


What is the difference between arrays and pointers?

627






how many errors in c explain deply

1623


why do some people write if(0 == x) instead of if(x == 0)?

648


Explain 'bus error'?

549


Define VARIABLE?

684


What is a char in c?

550


Explain how can you check to see whether a symbol is defined?

655


What is substring in c?

631


What is output redirection?

680


What is wrong with this statement? Myname = 'robin';

811


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7385