What is enum c++?
No Answer is Posted For this Question
Be the First to Post Answer
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
What is data structure in c++?
What are 2 ways of exporting a function from a dll?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
How to create a pure virtual function?
Can we use resume in error handling i.e. in the catch block
Can a new be used in place of old mallocq? If yes, why?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
Where the memory to the static variables is allocated?
Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
What is c++ flowchart?