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
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Write a Program to accept different goods with the number, price and date of purchase and display them
Did c have any year 2000 problems?
Why we use void main in c?
What is unsigned int in c?
What does node * mean?
What does emoji p mean?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is the process to generate random numbers in c programming language?
largest Of three Number using without if condition?
Differentiate between #include<...> and #include '...'
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
How can I do peek and poke in c?
What are the types of type specifiers?