Which operators cannot be overloaded

a) Sizeof

b) .*

c) ::

d) all of the above


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"

2 Answers  


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


What is the use of function in c?

0 Answers  


Explain what is the benefit of using const for declaring constants?

0 Answers  


What is the difference between char array and char pointer?

0 Answers  






write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


Compare interpreters and compilers.

0 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

0 Answers   Subex,


How can I avoid the abort, retry, fail messages?

0 Answers  


Categories