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

Do you know what is a programing language ?

0 Answers  


Which is better between malloc and calloc?

0 Answers  


Are pointers integer?

0 Answers  


Why is this loop always executing once?

0 Answers  


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,






write a c/c++ programthat 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   BirlaSoft,


Write a program to compute the following 1!+2!+...n!

4 Answers  


How is a structure member accessed?

0 Answers  


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

0 Answers  


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


What is nested structure with example?

0 Answers  


Categories