What is object file? How can you access object file?
What are advantages and disadvantages of Design patterns?
What is a node class?
What is the use of ‘using’ declaration?
Write a C++ Program to check whether a number is prime number or not?
What are virtual constructors/destructors?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
How many lines of code you have written for a single program?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
Can turbo c++ run c program?
What are register variables?
What is overloading unary operator?