Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Post New Answer

More C Interview Questions

Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


Write a program of prime number using recursion.

0 Answers   Aspiring Minds,


How can I run c program?

0 Answers  


When is a null pointer used?

0 Answers  


Tell me can the size of an array be declared at runtime?

0 Answers  


What is p in text message?

0 Answers  


Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 Answers  


What is string constants?

0 Answers  


Compare interpreters and compilers.

0 Answers  


Categories