main()
{
int i,j,A;
for(A=-1;A<=1;A++)
prinf("%d\t",!!A);
}
Answer Posted / kimi
1 0 1
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Can a variable be both constant and volatile?
What are the two types of functions in c?
What are the advantages of c language?
Why do we use int main?
Why can’t we compare structures?
What is a global variable in c?
Why is main function so important?
What are pointers? What are stacks and queues?
Write a program to print factorial of given number using recursion?
What is preprocessor with example?
Do array subscripts always start with zero?
What is "Duff's Device"?
Is c dynamically typed?
What is the use of typedef in structure in c?
List the difference between a "copy constructor" and a "assignment operator"?