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

struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


string reverse using recursion

0 Answers   Mind Tree,


What are multidimensional arrays?

0 Answers  


What is methods in c?

0 Answers  


the question is that what you have been doing all these periods (one year gap)

0 Answers   HCL,






What does %d do?

0 Answers  


Who is the founder of c language?

0 Answers  


Suggesting that there can be 62 seconds in a minute?

0 Answers  


What is define directive?

0 Answers  


Why void is used in c?

0 Answers  


writw a program to insert an element in the begning of a doubly linked list

1 Answers  


what is pointer ?

10 Answers   Kernex Micro Systems,


Categories