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 the mean of function?
How main function is called in c?
What is the difference between declaring a variable and defining a variable?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is meant by gets in c?
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.
What are the ways to a null pointer can use in c programming language?
Why c is a procedural language?
What will be the outcome of the following conditional statement if the value of variable s is 10?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How do I get an accurate error status return from system on ms-dos?
What is pass by reference in functions?
Explain how can you avoid including a header more than once?
Why & is used in c?
What is the difference between fread buffer() and fwrite buffer()?