LOGIC OF Bodmas?



LOGIC OF Bodmas?..

Answer / 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

More C Interview Questions

What is the size of enum in c?

0 Answers  


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


Define and explain about ! Operator?

0 Answers  


how to print "hai" in c?

13 Answers   TCS,






2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


What are the advantages of using macro in c language?

0 Answers  


What is a sequential access file?

0 Answers  


How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.

1 Answers  


What is the scope of local variable in c?

0 Answers  


WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............

3 Answers  


Explain can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


Categories