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
Explain how can I convert a number to a string?
Why is the code below functioning. According to me it MUST NOT.
write a program to generate 1st n fibonacci prime number
what is function pointer?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
write a 'c' program to sum the number of integer values
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
What is the default value of local and global variables in c?
What is malloc() function?
what is const volatile?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What does #pragma once mean?