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
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
Explain 'bus error'?
What is a c token and types of c tokens?
What is action and transformation in spark?
What is difference between structure and union with example?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What does c in a circle mean?
What is typedf?
how to capitalise first letter of each word in a given string?
Write a program for finding factorial of a number.
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How do you write a program which produces its own source code as output?
What is the general form of #line preprocessor?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What are loops in c?