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
Explain what is the stack?
what do the 'c' and 'v' in argc and argv stand for?
What is the difference between exit() and _exit() function in c?
Describe the modifier in c?
Tell us the use of fflush() function in c language?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Can one function call another?
What is unary operator?
What is the difference between union and structure in c?
How is a macro different from a function?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
How can I discover how many arguments a function was actually called with?
What is the difference between procedural and functional programming?
Is javascript written in c?