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
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
what is the difference b/w NULL and null?
Why doesnt that code work?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
Explain the difference between #include "..." And #include <...> In c?
Explain what is #line used for?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
do you think its fraud or original company?
Can we use visual studio for c?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.