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
Dont ansi function prototypes render lint obsolete?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is const volatile variable in c?
Explain do array subscripts always start with zero?
Can you subtract pointers from each other? Why would you?
What are the 5 data types?
When can you use a pointer with a function?
What is a file descriptor in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How do you define a function?
What is the difference between local variable and global variable in c?
Is this program statement valid? INT = 10.50;
Explain why c is faster than c++?
What is difference between %d and %i in c?
What is the benefit of using #define to declare a constant?