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 ? | 22 Yes | 9 No |
Post New Answer View All Answers
How do you print only part of a string?
If fflush wont work, what can I use to flush input?
Can you please explain the difference between exit() and _exit() function?
Explain is it better to bitshift a value than to multiply by 2?
Who is the main contributor in designing the c language after dennis ritchie?
What is a void pointer in c?
What is array of pointers to string?
What is the heap in c?
What does volatile do?
How many types of operators are there in c?
What is the benefit of using const for declaring constants?
What is the difference between constant pointer and constant variable?
Explain the use of 'auto' keyword in c programming?
what is the structure pointer?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference