1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / rajesh
D
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What are the different file extensions involved when programming in C?
difference between native and cross compilers
What is a built-in function in C?
Can include files be nested? How many levels deep can include files be nested?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Mention four important string handling functions in c languages .
What is a global variable in c?
What is the use of pragma in embedded c?
How do you view the path?
What are data structures in c and how to use them?
What does the format %10.2 mean when included in a printf statement?
When should a type cast not be used?
How do you define structure?
what are the 10 different models of writing an addition program in C language?