main()
{
int i,j,A;
for(A=-1;A<=1;A++)
prinf("%d\t",!!A);
}

Answer Posted / y hussain reddy

1 0 1

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you find the day of the week given the date?

609


How many identifiers are there in c?

575


What do you mean by c?

580


Why is void main used?

613


What is the newline escape sequence?

579






What are static variables in c?

623


What are the features of the c language?

639


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2018


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

623


How do I determine whether a character is numeric, alphabetic, and so on?

618


What is graph in c?

579


What does 4d mean in c?

934


What is substring in c?

632


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2152


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

647