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 |
Write any data structure program (stack implementation)
What does %p mean?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
What does a function declared as pascal do differently?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
Why & is used in c?
c program to subtract between two numbers without using '-' sign and subtract function.
what are the stages of compilation
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
name the language for writing c compiler?
What is scope and lifetime of a variable in c?
What is use of null pointer in c?