If a function doesn’t return a value, how do you declare the function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Differentiate between an external iterator and an internal iterator?
How do you flush a buffer in c++?
How a new element can be added or pushed in a stack?
To what does “event-driven” refer?
When to use Multiple Inheritance?
check whether a no is prime or not.
Differentiate between a deep copy and a shallow copy?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Which algorithm do you like the most? Why?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
How does java differ from c and c++?