What function initalizes variables in a class:
a) Destructor
b) Constitutor
c) Constructor
No Answer is Posted For this Question
Be the First to Post Answer
What it is and how it might be called (2 methods).
What is the difference between while and do while loop? Explain with examples.
What is set in c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What is type of 'this' pointer?
What are stacks? Give an example where they are useful.
What is Pure Virtual Function? Why and when it is used ?
What about Virtual Destructor?
How much do coding jobs pay?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
State the difference between pre and post increment/decrement operations.