Answer Posted / jaswanthi
it is the logic of precedence of operators.precedence means
while we are excuting an arthametic statement which has 2 or
more operators we may have some problems about ho exactly it
get excuted for that this is used here in bodmas-B MEANS
brackets&d-division,m-multiplication,a-addition,s-subtraction in
this order we have to perform operations
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is a stream in c programming?
How can you draw circles in C?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Do you know what are bitwise shift operators in c programming?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Is c dynamically typed?
Disadvantages of C language.
What is int main () in c?
What is the use of ?: Operator?
What is c token?
What is the size of structure in c?
What is call by value in c?
What is the c language function prototype?
Explain c preprocessor?
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. The Logic should be written in Data Structures?