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 / e.manjuladevi

x=2

Is This Answer Correct ?    13 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the preprocessor categories?

1117


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3745


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

3395


Describe explain how arrays can be passed to a user defined function

1167


What is #ifdef ? What is its application?

1168


Is it possible to have a function as a parameter in another function?

1134


Give the rules for variable declaration?

1223


Do you know what are bitwise shift operators in c programming?

1155


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1106


Write the syntax and purpose of a switch statement in C.

1153


C language questions for civil engineering

1770


any "C" function by default returns an a) int value b) float value c) char value d) a & b

1137


Does c have function or method?

1064


What are the different types of data structures in c?

1221


What is a file descriptor in c?

1199