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

explain what are actual arguments?

622


What is 1f in c?

1818


What are pointers? What are different types of pointers?

614


Write a program to check prime number in c programming?

582


What are dangling pointers? How are dangling pointers different from memory leaks?

606






Tell us two differences between new () and malloc ()?

603


What does *p++ do? What does it point to?

604


Is main an identifier in c?

583


What is I ++ in c programming?

609


Why c is faster than c++?

619


Can you add pointers together? Why would you?

628


What is the size of structure pointer in c?

603


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1722


What extern c means?

525


How can I avoid the abort, retry, fail messages?

639