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 |
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
write a c program to convert fahrenheit to celsius?
write function to reverse char array ... without using second array
main() { clrscr(); } clrscr();
what are # pragma staments?
what is a headerfile?and what will be a program without it explain nan example?
explain how do you use macro?
how to swap two integers 1 and 32767 without using third variable
Is it possible to initialize a variable at the time it was declared?
what are the advantages & disadvantages of unions?
how to print this pyramid * * * * * * * * * * * * *
What is the difference between null pointer and wild pointer?