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

Answer Posted / pallavi

pgm is wrong coz, main ws supposed to hav () and } is
missing at the end

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is double pointer?

546


What is the scope of local variable in c?

564


Disadvantages of C language.

645


What are the back slash character constants or escape sequence charactersavailable in c?

676


What is the general form of #line preprocessor?

572






What is the difference between near, far and huge pointers?

622


What does s c mean on snapchat?

571


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1480


What is a void pointer? When is a void pointer used?

612


Difference between malloc() and calloc() function?

646


how should functions be apportioned among source files?

616


Simplify the program segment if X = B then C ← true else C ← false

2573


Why is c faster?

580


Why void is used in c?

555


What are qualifiers in c?

560