C++ Interview Questions
Questions Answers Views Company eMail

sir please send me bpcl previous question papers

BPCL Bharat Petroleum,

2131

The expansion of GNU

3 7942

what is the difference between thread and process

Infosys,

1 4620

how to access grid view row?

1973

oops concept is used for?

Synergy,

3 13398

diff between Abstract class Interfaces?

4 5759

diff between Virtual mathod and abstract method?

1 2865

what is overloading and overriding?

7 7099

how to get the oracle certification? send me the answer

Oracle,

1870

how do you handle yourself when you feel the wald is aganist you

2 4371

how to create window program in c++.please explain.

Microsoft,

1 5582

write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation

College School Exams Tests, HCL, IBM, TCS,

1 5645

write knight tour problem which is present in datastructure

2346

write string class as your own class in java without using any built-in function

2182

how does a main() in C++ is different from main() in C?

7 26085


Un-Answered Questions { C++ }

What does count ++ do in c++?

910


sir please send me bpcl previous question papers

2131


How to improve object oriented design skills?

734


Write a syntax and purpose of switch statement.

734


What is a set in c++?

699


What is flush () in c++?

793


What is setbase c++?

811


What is the best way to declare and define global variables?

924


In C++ what is the meaning of data hiding?

774


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1689


Show the declaration for a static function pointer.

774


You want to link a c++ program to c functions. How would you do it?

713


What is guard code in c++?

868


Can c++ do everything c can?

798


Which of the following is evaluated first: a) && b) || c) !

2051