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) ;
}

Answer Posted / snehal sawant

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

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is operator promotion?

1132


What is malloc return c?

1081


Are there constructors in c?

1063


Is c a great language, or what?

1169


How are strings stored in c?

1083


What is structure pointer in c?

1095


What is difference between scanf and gets?

1373


Explain what are the different file extensions involved when programming in c?

1163


What the different types of arrays in c?

1128


shorting algorithmS

2315


What is the significance of an algorithm to C programming?

1097


Why is it usually a bad idea to use gets()? Suggest a workaround.

1875


For what purpose null pointer used?

1118


Who invented b language?

1476


Why do we use int main instead of void main in c?

1206