#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 / himanshu bhavani

K=0, l=1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you view the path?

672


How many header files are in c?

559


What does 3 periods mean in texting?

604


What is external variable in c?

619


What is page thrashing?

656






How will you declare an array of three function pointers where each function receives two ints and returns a float?

787


Give basis knowledge of web designing ...

1581


List the different types of c tokens?

630


What is #include stdio h?

689


What are the types of type qualifiers in c?

652


What does the && operator do in a program code?

701


Is int a keyword in c?

560


Why c language?

652


What are pragmas and what are they good for?

580


What is a protocol in c?

562