Hierarchy decides which operator

a) is most important

b) is used first

c) is fastest

d) operates on largest numbers



Hierarchy decides which operator a) is most important b) is used first c) is fastest d) ..

Answer / md mastan

Based on priority (or) precedence.
answer:a

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


Do you know the difference between malloc() and calloc() function?

0 Answers  


what is the difference b/w compiler and debugger?

2 Answers   Assurgent,


What are # preprocessor operator in c?

0 Answers  


Is there a way to switch on strings?

0 Answers  






What does sizeof return c?

0 Answers  


What are different storage class specifiers in c?

0 Answers  


When should you not use a type cast?

0 Answers  


What is typedef struct in c?

0 Answers  


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


Categories