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

Answer Posted / manoj kumar

36

Is This Answer Correct ?    71 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why clrscr is used after variable declaration?

1025


formula to convert 2500mmh2o into m3/hr

485


What are linked lists in c?

635


What is meant by type casting?

610


List the difference between a "copy constructor" and a "assignment operator"?

568






What is pointer to pointer in c?

622


What does the c in ctime mean?

555


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

791


What are the different categories of functions in c?

631


What is the purpose of main() function?

641


Between macros and functions,which is better to use and why?

1557


what is a constant pointer in C

651


How to declare pointer variables?

669


What is the difference between functions abs() and fabs()?

631


What are the advantages of union?

615