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...

2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);

Answer Posted / hari

x=2

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of type declarations?

1173


What is difference between main and void main?

1292


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1173


how to write a c program to print list of fruits in alpabetical order?

2364


What does typeof return in c?

1163


What is a void * in c?

1137


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1446


What are the advantages of the functions?

1223


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

1162


How do you do dynamic memory allocation in C applications?

1141


What is oops c?

1346


Is main is user defined function?

1216


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1313


Explain about the constants which help in debugging?

1422


Write a program to implement queue.

1176