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

What's the total generic pointer type?

599


What does 4d mean in c?

924


How can I run c program?

667


Hi can anyone tell what is a start up code?

1600


Why is it usually a bad idea to use gets()? Suggest a workaround.

882






What is the scope of static variables in c language?

618


What is a char c?

580


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

647


how to write optimum code to divide a 50 digit number with a 25 digit number??

2737


Why is C language being considered a middle level language?

637


In a switch statement, explain what will happen if a break statement is omitted?

613


How can you check to see whether a symbol is defined?

579


Why is c called c?

611


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2394


What is the process to generate random numbers in c programming language?

596