main()
{
int i,j,A;
for(A=-1;A<=1;A++)
prinf("%d\t",!!A);
}
Answer Posted / mytri
-1 0 1
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
When we use void main and int main?
Explain what is wrong with this program statement?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is wrong with this initialization?
Can we declare a function inside a function in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Write a progarm to find the length of string using switch case?
What is the use of sizeof () in c?
What is the difference between test design and test case design?
What is array within structure?
Tell us something about keyword 'auto'.
a program that can input number of records and can view it again the record
Why can arithmetic operations not be performed on void pointers?
Can a program have two main functions?
What does do in c?