2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / e.manjuladevi
x=2
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
How do I get a null pointer in my programs?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
how to find binary of number?
Why is c so popular?
What is an auto keyword in c?
What is external variable in c?
What is pragma c?
When should the volatile modifier be used?
Explain what are reserved words?
write a program for the normal snake games find in most of the mobiles.
What is the advantage of an array over individual variables?
Explain what header files do I need in order to define the standard library functions I use?
Can you please explain the difference between malloc() and calloc() function?
Explain what is wrong with this program statement?
How arrays can be passed to a user defined function