main()
{
int i,j,A;
for(A=-1;A<=1;A++)
prinf("%d\t",!!A);
}
Answer Posted / vignesh1988i
1 0 1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you pass an entire structure to functions?
Is there any data type in c with variable size?
What is the difference between union and anonymous union?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is #define?
What is the main difference between calloc () and malloc ()?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
How can I read/write structures from/to data files?
application attempts to perform an operation?
Explain the use of 'auto' keyword in c programming?
How many parameters should a function have?
How can I make it pause before closing the program output window?
What does typeof return in c?
What is the c language function prototype?