What is a stack c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Write a C++ Program to Multiply two Numbers
class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
What is c++ used for in games?
What is the difference between C and CPP?
How is static data member similar to a global variable?
What is binary search in c++?
What is the use of :: operator in c++?
Write about the access privileges in c++ and also mention about its default access level?
When can I use a forward declaration?
Is there a datatype string in c++?How is the memory allocation?
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds