Identify the operators that is not used with pointer
a. &&
b. #
c. *
d. >>
Answer Posted / bhargavi
'>>' operator
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Can you add pointers together? Why would you?
What is the use of volatile?
Where register variables are stored in c?
Do variables need to be initialized?
What is c language & why it is used?
Explain what is the stack?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
what do you mean by enumeration constant?
What is void main () in c?
In a switch statement, explain what will happen if a break statement is omitted?
Explain enumerated types.
What are integer variable, floating-point variable and character variable?
what is a constant pointer in C
What should malloc() do? Return a null pointer or a pointer to 0 bytes?