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

Answer Posted / hari

x=2

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should the register modifier be used? Does it really help?

605


I heard that you have to include stdio.h before calling printf. Why?

582


What is call by value in c?

552


Is a house a mass structure?

635


What extern c means?

529






What will be the outcome of the following conditional statement if the value of variable s is 10?

755


I need previous papers of CSC.......plz help out by posting them.......

1813


What is the maximum no. of arguments that can be given in a command line in C.?

661


Describe wild pointers in c?

636


What is sizeof c?

604


What is the use of function in c?

707


Which one would you prefer - a macro or a function?

598


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

660


What is a null pointer in c?

588


What is a pointer and how it is initialized?

604