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
What is console in c language?
Explain what is the most efficient way to store flag values?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Is c object oriented?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
How macro execution is faster than function ?
In which header file is the null macro defined?
Why do we use static in c?
What is signed and unsigned?
What is clrscr in c?
Is it possible to execute code even after the program exits the main() function?
What is the use of volatile?
Explain what is dynamic data structure?
Write a program that accept anumber in words
Explain what is the benefit of using enum to declare a constant?