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
What is typedef?
Why do we use int main instead of void main in c?
show how link list can be used to repersent the following polynomial i) 5x+2
What is the total generic pointer type?
Explain what is a program flowchart and explain how does it help in writing a program?
What are the types of functions in c?
Write a program to identify if a given binary tree is balanced or not.
Why is #define used?
Was 2000 a leap year?
What is this pointer in c plus plus?
What is a protocol in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What does struct node * mean?
Can include files be nested?
why programs in c are running with out #include