#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

Differentiate between calloc and malloc.

890


What tq means in chat?

702


How can I send mail from within a c program?

664


difference between object file and executable file

6201


about c language

1699






What are two dimensional arrays alternatively called as?

761


Difference between strcpy() and memcpy() function?

775


What are the different types of endless loops?

722


When should structures be passed by values or by references?

677


What is the difference between strcpy() and memcpy() function in c programming?

727


What is a pointer in c?

774


How can I direct output to the printer?

933


What do you mean by a local block?

719


In which header file is the null macro defined?

977


What are valid signatures for the Main function?

788