Describe the order of precedence with regards to operators in C.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the mean of c languages.

1 Answers   Polaris,


write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20

4 Answers  


What is the difference between c &c++?

0 Answers  


Explain how do you view the path?

0 Answers  


why u join this call center?

6 Answers   DELL,






What is mean by data types in c?

0 Answers  


When was c language developed?

0 Answers  


difference between semaphores and mutex?

1 Answers  


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


Is that possible to add pointers to each other?

0 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


Categories