main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / shafi
int a=200*200/100;/*it is related with assignment operator so
it's right->left shift*/
=200*2;
=400;
the value of a=400
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can I read and write comma-delimited text?
What is the difference between c and python?
Is c procedural or functional?
What is the correct code to have following output in c using nested for loop?
What language is c written?
Explain how do you use a pointer to a function?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is %d called in c?
Write the syntax and purpose of a switch statement in C.
How can you tell whether a program was compiled using c versus c++?
What is getch() function?
What is the purpose of the preprocessor directive error?
What is string constants?