What are the general quetions are in DEna bank manager
IT/System interviews?
No Answer is Posted For this Question
Be the First to Post Answer
What is size of a object of following class? class Foo { public: void foo(){} }
Explain the properties and principles of oop.
Can you use the function fprintf() to display the output on the screen?
Distinguish between a # include and #define.
What is the purpose of extern storage specifier?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
What is c++ in english?
What is ios class in c++?
What are pointers used for c++?
What is the return value of the insertion operator?
What is the use of ::(scope resolution operator)?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.