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 ?    71 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 ?    21 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

Write a program for Overriding.

0 Answers  


What are the advantages and disadvantages of pointers?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


When would you use a pointer to a function?

0 Answers  






How is a structure member accessed?

0 Answers  


What is the sizeof () operator?

0 Answers  


How can I manipulate individual bits?

0 Answers  


What is dynamic variable in c?

0 Answers  


Which is better oop or procedural?

0 Answers  


What do you mean by invalid pointer arithmetic?

0 Answers  


In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?

1 Answers   Melstar,


Categories