LOGIC OF Bodmas?

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


Please Help Members By Posting Answers For Below Questions

Explain how can you avoid including a header more than once?

591


What is the right type to use for boolean values in c? Is there a standard type?

557


What is wrong with this program statement?

602


What is break in c?

576


Why does notstrcat(string, "!");Work?

634






What are the advantages and disadvantages of pointers?

570


Why is c called c not d or e?

600


Which header file should you include if you are to develop a function which can accept variable number of arguments?

795


What are disadvantages of C language.

638


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1452


What is c language used for?

551


Why malloc is faster than calloc?

580


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2208


i want to know the procedure of qualcomm for getting a job through offcampus

1923


Are the outer parentheses in return statements really optional?

568