#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 is meant by int fun const(int a, int b) { .... ... }
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is uint8 in c?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
What happens if you free a pointer twice?
What is the difference between %d and %*d in C
How do I declare a pointer to an array?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
Is there a way to jump out of a function or functions?
Calculate 1*2*3*____*n using recursive function??
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Please write the area of a RIGHT ANGLED TRIANGLE.