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

Answer Posted / kumaran

36

Is This Answer Correct ?    21 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a pointer be null?

551


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

582


What is wrong in this statement?

595


What is a MAC Address?

618


FILE PROGRAMMING

1769






A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

658


What are identifiers c?

556


What does typeof return in c?

631


What is the difference between malloc() and calloc() function in c language?

588


Explain the difference between getch() and getche() in c?

555


What are the standard predefined macros?

625


What does static variable mean in c?

640


Why do we use header files in c?

569


What is c language in simple words?

580


Explain what are binary trees?

600