What is meant by operator precedence?


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

Post New Answer

More C Interview Questions

void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


What will happen when freeing memory twice

2 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


What is the difference between c and python?

0 Answers  






Should I learn c before c++?

0 Answers  


from which concept of 'c', the static member function of 'c++' has came?

1 Answers   Bosch,


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


what is computer

4 Answers  


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


Categories