Answer Posted / dharmaraj
d) +
because maths formet to using the answer
B -bracatt ()
O - off %
D - division /
M - mulitiplication *
A - addition +
S - subtractio -
so , low priority is +
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
When should we use pointers in a c program?
How do you generate random numbers in C?
Are pointers integer?
Does free set pointer to null?
How can I write a function that takes a format string and a variable number of arguments?
Explain what does the function toupper() do?
What is the explanation for modular programming?
What is the size of empty structure in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
write a program for the normal snake games find in most of the mobiles.
How can you restore a redirected standard stream?
What is the use of typedef in c?
Write a program to identify if a given binary tree is balanced or not.