2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / guest
x=1
| Is This Answer Correct ? | 18 Yes | 20 No |
Post New Answer View All Answers
Explain can you assign a different address to an array tag?
What is a built-in function in C?
What is structure packing in c?
What are header files and what are its uses in C programming?
What is substring in c?
praagnovation
Why is c so powerful?
What is function and its example?
What is assert and when would I use it?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is a list in c?
What are runtime error?
How is actual parameter different from the formal parameter?
What does double pointer mean in c?
What is a scope resolution operator in c?