Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


#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



#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf (&qu..

Answer / sandeep

k=0,l=1

Is This Answer Correct ?    3 Yes 0 No

#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf (&qu..

Answer / snehal sawant

just print 01 no space and not assign to k and I

Is This Answer Correct ?    1 Yes 0 No

#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf (&qu..

Answer / himanshu bhavani

K=0, l=1

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are the types of type qualifiers in c?

0 Answers  


What is key word in c language?

4 Answers   ABC,


What are keywords c?

0 Answers  


what is a function prototype?

5 Answers  


What is the OOPs concept?

3 Answers  


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?

0 Answers  


what is the flow of execution in cprogram? ex:printf();,scanf();

2 Answers  


Explain how can you be sure that a program follows the ansi c standard?

0 Answers  


Is it possible to execute code even after the program exits the main() function?

0 Answers  


why we shiuld use main keyword in C

5 Answers  


Categories