What are guid?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of namespace std in C++?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Are there any special rules about inlining?
What is "map" in STL?
Why the usage of pointers in C++ is not recommended ?
What are abstract data types in c++?
What is the iunknown interface?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
How compile and run c++ program in turbo c++?