What is low level language in simple words?
No Answer is Posted For this Question
Be the First to Post Answer
What is an explicit constructor?
What is implicit pointer in c++?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
Is c++ map a hash table?
How do you invoke a base member function from a derived class in which you have not overridden that function?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Explain the difference between using macro and inline functions?
What is the use of endl?
What is the object serialization?
What do you mean by internal linking and external linking in c++?
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
Why is polymorphism useful?