C++ General Interview Questions
Questions Answers Views Company eMail

Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 3230

without if else statement can be written ah

2070

why all c++ program must have default constructor?

IBM,

6 9286

write a program that a 5 digit number and calculates 2 power that number and prints it.

Vimukti Technologies,

2 4272

What are the general quetions are in DEna bank manager IT/System interviews?

Dena Bank, ICICI,

1531

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

CTS,

2062

Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

2433

in C++ , the word plus plus who found this?

4 5615

show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 10394

write a program that takes 5 digit no and calculate 2 power that no and print it.

3 4194

Write a program to get the value of sin (x) using a library function , when x is given in degrees.

1 4041

Write a c program for binary addition of two 8 bit numbers.

TCS,

3660

how to explain our contribution in the project?

Wipro, Yahoo,

3071

Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

TATA, TCS,

1 5228

. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

2750


Post New C++ General Questions

Un-Answered Questions { C++ General }

What are guid? Why does com need guids?

566


Write about all the implicit member functions of a class?

590


What is friend class in c++ with example?

494


What are libraries in c++?

601


What do you mean by function pointer?

587






What is scope in c++ with example?

624


What are the vectors in c++?

576


How can an improvement in the quality of software be done by try/catch/throw?

584


What c++ library is string in?

564


What are the c++ access specifiers?

762


What is fflush c++?

572


Differentiate between a template class and class template in c++?

624


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

649


Why do we use classes in programming?

568


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

603