#include <stdio.h>
void main()
{
int i=-1,j=1,k,l;
k=!i&&j;
l=!i||j;
printf ("%d%d",k,l) ;
}
Answer Posted / sandeep
k=0,l=1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of void in c?
What is the data segment that is followed by c?
Explain what is the difference between a string and an array?
Give the rules for variable declaration?
Who developed c language?
What is the difference between functions abs() and fabs()?
What are enums in c?
Compare interpreters and compilers.
What is a class c rental property?
How can a program be made to print the line number where an error occurs?
C language questions for civil engineering
I have a varargs function which accepts a float parameter?
What is queue in c?
What is the explanation for prototype function in c?
What does calloc stand for?