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 is && in c programming?

0 Answers  


Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,


how will you write a program on linked lists using JAVA programming???????????

1 Answers   Keane India Ltd,


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


How to receive strings with spaces in scanf()

7 Answers  


write program on arrays

3 Answers   GE, Polycab,


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


Is c dynamically typed?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


Categories