#include <stdio.h>
void main()
{
int i=-1,j=1,k,l;
k=!i&&j;
l=!i||j;
printf ("%d%d",k,l) ;
}
Answers were Sorted based on User's Feedback
Answer / snehal sawant
just print 01 no space and not assign to k and I
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the types of type qualifiers in c?
What is key word in c language?
What are keywords c?
what is a function prototype?
What is the OOPs concept?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
What are operators in c?
what is the flow of execution in cprogram? ex:printf();,scanf();
Explain how can you be sure that a program follows the ansi c standard?
Is it possible to execute code even after the program exits the main() function?
why we shiuld use main keyword in C