#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

Explain #pragma statements.

784


Is malloc memset faster than calloc?

783


Explain what is meant by 'bit masking'?

839


Hai what is the different types of versions and their differences

1700


Can you write the algorithm for Queue?

1731






What are the keywords in c?

846


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2080


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

778


Write a program for finding factorial of a number.

822


How do we print only part of a string in c?

794


List some basic data types in c?

743


What is the use of typedef in c?

761


Explain what is the benefit of using const for declaring constants?

779


What is the difference between constant pointer and constant variable?

933


What is the difference between typedef and #define?

706