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 code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

2 Answers   Oracle,


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


What is header file definition?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,






difference between object file and executable file

0 Answers  


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   MAHINDRA, Protech, Sivan Tech,


how to count no of words,characters,lines in a paragraph.

0 Answers  


How arrays can be passed to a user defined function

0 Answers  


what do structure language means?

3 Answers   Microsoft,


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


Categories