main()
{
int i,j,A;
for(A=-1;A<=1;A++)
prinf("%d\t",!!A);
}
Answer Posted / y hussain reddy
1 0 1
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
How do you use a pointer to a function?
What are the advantages of c preprocessor?
explain what is a newline escape sequence?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Is there any data type in c with variable size?
Explain bitwise shift operators?
Explain how can I open a file so that other programs can update it at the same time?
What's a good way to check for "close enough" floating-point equality?
What does it mean when the linker says that _end is undefined?
Explain what is the best way to comment out a section of code that contains comments?
Explain what is a 'locale'?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Do you know pointer in c?
Why we write conio h in c?