Can 'this' pointer by used in the constructor?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program using bitwise operators to invert even bits of a given number.
Write a program for Overriding.
Write a program to print factorial of given number using recursion?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
post new interiew question and aptitude test papers
#define d 10+10 main() { printf("%d",d*d); }
Explain what are the different data types in c?
What does the && operator do in a program code?
Explain what math functions are available for integers? For floating point?
write a program structure to find average of given number
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What is the difference between far and near in c?