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

Answer Posted / vignesh1988i

x will be 36....

Is This Answer Correct ?    12 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you avoid including a header more than once?

553


Can the “if” function be used in comparing strings?

576


What's the right way to use errno?

611


p*=(++q)++*--p when p=q=1 while(q<=6)

1258


Compare and contrast compilers from interpreters.

669






Can we add pointers together?

604


Why doesn't C support function overloading?

1594


Is c procedural or functional?

574


Why are all header files not declared in every c program?

592


What is null pointer constant?

581


What does s c mean in text?

597


code for find determinent of amatrix

1500


What is the advantage of using #define to declare a constant?

609


What is the purpose of macro in C language?

653


Why doesnt the call scanf work?

650