#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
Differentiate between calloc and malloc.
What tq means in chat?
How can I send mail from within a c program?
difference between object file and executable file
about c language
What are two dimensional arrays alternatively called as?
Difference between strcpy() and memcpy() function?
What are the different types of endless loops?
When should structures be passed by values or by references?
What is the difference between strcpy() and memcpy() function in c programming?
What is a pointer in c?
How can I direct output to the printer?
What do you mean by a local block?
In which header file is the null macro defined?
What are valid signatures for the Main function?