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
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What does the file stdio.h contain?
What is the advantage of c?
What do you understand by normalization of pointers?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What are the 5 types of organizational structures?
Explain how can I convert a string to a number?
What is the difference between struct and typedef struct in c?
how to count no of words,characters,lines in a paragraph.
Explain Basic concepts of C language?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is the default value of local and global variables in c?
How to define structures? ·
How to write a multi-statement macro?
What are type modifiers in c?