which one is highest Priority in c?
a)=,b)+,c)++,d)==
Answer Posted / satheesh.t
c) ++
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the different types of pointers used in c language?
Is it better to use malloc() or calloc()?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is the symbol indicated the c-preprocessor?
What is the benefit of using const for declaring constants?
Is there a way to jump out of a function or functions?
Can you please explain the scope of static variables?
What are the types of operators in c?
What is a structure and why it is used?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Explain how do you determine whether to use a stream function or a low-level function?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What does the file stdio.h contain?
What does it mean when the linker says that _end is undefined?
What is a volatile keyword in c?