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

What is structure pointer in c?

0 Answers  


What is queue in c?

0 Answers  


What are the preprocessors?

9 Answers   HP,


List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


C language questions for civil engineering

0 Answers   Tech Mahindra,






What is signed and unsigned?

0 Answers  


How can you avoid including a header more than once?

0 Answers  


In a header file whether functions are declared or defined?

0 Answers   TISL,


Write code for finding depth of tree

2 Answers   Adobe,


wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain

3 Answers   TCS,


A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??

3 Answers   TCS,


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


Categories