which of the following shows the correct hierarchy of arithmetic operations in C
a) (), **, * or/,+ or -
b) (),**,*,/,+,-
c) (),**,/,*,+,-
d) (),/ or *,- or +
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the difference between %d and %i?
Compare interpreters and compilers.
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Which is the memory area not included in C program? give the reason
Is it possible to pass an entire structure to functions?
What is malloc and calloc?
Give differences between - new and malloc() , delete and free() ?
How to find a missed value, if you want to store 100 values in a 99 sized array?
which type of aspect you want from the student.
what is the difference between strcpy() and memcpy() function?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers