main()
{int a=200*200/100;
printf("%d",a);
}
Answer Posted / dally
200*200/100
here both *,% contained same priority and also left->right
shift so the excusion will start from left->right so answer is
400.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
Why c language?
Write a program for finding factorial of a number.
How can I copy just a portion of a string?
Explain how can type-insensitive macros be created?
Where can I get an ansi-compatible lint?
Why n++ execute faster than n+1 ?
Write a program to print factorial of given number without using recursion?
Do you know what are bitwise shift operators in c programming?
Difference between exit() and _exit() function?
What does %d do?
What are operators in c?
What is a structure and why it is used?
What are the advantages of using macro in c language?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Explain the use of bit fieild.