#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
Explain #pragma statements.
Is malloc memset faster than calloc?
Explain what is meant by 'bit masking'?
Hai what is the different types of versions and their differences
Can you write the algorithm for Queue?
What are the keywords in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
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?
Write a program for finding factorial of a number.
How do we print only part of a string in c?
List some basic data types in c?
What is the use of typedef in c?
Explain what is the benefit of using const for declaring constants?
What is the difference between constant pointer and constant variable?
What is the difference between typedef and #define?