#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
What are the types of operators in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Is that possible to store 32768 in an int data type variable?
What does void main () mean?
What are two dimensional arrays alternatively called as?
shorting algorithmS
What is pragma c?
What is console in c language?
Is c procedural or object oriented?
Can you tell me how to check whether a linked list is circular?
Why isnt any of this standardized in c?
What is void c?
Who invented b language?
Do array subscripts always start with zero?