What is format for defining a structure?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the need for "Virtual Destructor"?
Define macro.
What is a hashmap c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
Generally variables are stored in heap memory. When he variables are created in stack?
How do you clear a set in c++?
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What are register variables?
Brief explaination about #include<iostream.h>, cin and cout
What is the best way to take screenshots of a window with c++ in windows?