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 ? | 73 Yes | 16 No |
Post New Answer View All Answers
what is stack , heap ,code segment,and data segment
What is LINKED LIST? How can you access the last element in a linked list?
What is the modulus operator?
Is sizeof a keyword in c?
What is ponter?
How to compare array with pointer in c?
Explain how does free() know explain how much memory to release?
What is meant by operator precedence?
How do I round numbers?
Explain union. What are its advantages?
What are the types of i/o functions?
Explain what are the different data types in c?
What is wrong with this program statement? void = 10;
Suggesting that there can be 62 seconds in a minute?
What does *p++ do? What does it point to?