What is operator precedence?


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

Post New Answer

More C Interview Questions

What is structure padding and packing in c?

0 Answers  


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?

1 Answers  


Explain the use of #pragma exit?

0 Answers  


What are bitwise shift operators in c programming?

0 Answers  


What are the 5 types of inheritance in c ++?

0 Answers  






What is a header file?

0 Answers  


Do pointers take up memory?

0 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


Give me basis knowledge of c , c++...

5 Answers  


Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  


print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20

8 Answers   TCS,


what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


Categories