#ifdef TRUE
int I=0;
#endif
main()
{
int j=0;
printf("%d %d\n",i,j);
}
Answers were Sorted based on User's Feedback
Answer / jai
Compilation error since 1) TRUE definition is not visible
in above program, 2) i variable is not declared.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rohit
Compilation error due to 'i' is not declared only.
Not cause by visibility of TRUE macro.
Is This Answer Correct ? | 1 Yes | 0 No |
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
the data type used for unlimited value in c and how to do this program
Is file a keyword in c?
How can you find the exact size of a data type in c?
Tell me when is a void pointer used?
Program to find the value of e raised to power x using while loop
What is variable initialization and why is it important?
What is variable in c with example?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.