2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / hari
x=2
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is clrscr ()?
What is echo in c programming?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain what are header files and explain what are its uses in c programming?
How do I round numbers?
What is #error and use of it?
What is oops c?
Explain Function Pointer?
What are 3 types of structures?
Why do we use c for the speed of light?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Explain what is the benefit of using const for declaring constants?
What is switch in c?