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
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Explain the difference between getch() and getche() in c?
What is the difference between new and malloc functions?
Why is not a pointer null after calling free?
#include
What does volatile do?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is your stream meaning?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain main function in c?
Why do we need functions in c?
What are header files in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is the purpose of the preprocessor directive error?
What is the significance of c program algorithms?