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

Answers were Sorted based on User's Feedback



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

Answer / manoj kumar

36

Is This Answer Correct ?    73 Yes 16 No

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

Answer / kumaran

36

Is This Answer Correct ?    22 Yes 9 No

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

Answer / kadamab

36

Is This Answer Correct ?    15 Yes 5 No

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

Answer / vignesh1988i

x will be 36....

Is This Answer Correct ?    12 Yes 7 No

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

Answer / e.manjuladevi

x=2

Is This Answer Correct ?    13 Yes 9 No

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

Answer / pallavi

pgm is wrong coz, main ws supposed to hav () and } is
missing at the end

Is This Answer Correct ?    8 Yes 4 No

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

Answer / snurfy

x=1;..khud se pata laga lo..par answer to yahi rahega...aur ye us wale logic se hoga...jo sir ne us samay padhaya tha...tab tum sab so rahe the,,...ab aur neend lo class m...tab bola tha uth jaao...tab to samjh aaya nhi...ab kya khak aayega....ab to khelo rummy...!!..ab to ek hi tarika h ans pata karne ka...snurf language padho..aur suno...ise majak mat samjhna..bhavishy ka sawal h...:P:P

Is This Answer Correct ?    8 Yes 5 No

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

Answer / hari

x=2

Is This Answer Correct ?    2 Yes 0 No

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

Answer / guest

x=1

Is This Answer Correct ?    18 Yes 20 No

Post New Answer

More C Interview Questions

What is difference between %d and %i in c?

0 Answers  


What is output redirection?

0 Answers  


What is the difference between call by value and call by reference in c?

0 Answers  


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  


Why Modern OS are interrupt driven?Give an example

3 Answers  


differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


What does %c mean in c?

0 Answers  


Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain

2 Answers  


Describe the header file and its usage in c programming?

0 Answers  


Why do we use return in c?

0 Answers  


Categories