What are enumerations?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Define a nested class.

0 Answers  


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

0 Answers   TCS,


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


What is the header file for setw?

0 Answers  


What is algorithm in c++ programming?

0 Answers  


Write a function which takes a character array as input and reverses it in place.

2 Answers   Lehman Brothers, Vision Infotech,


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


Write a program to calculate the BMI of a person using the formula BMI = weight/height2.

2 Answers  


What is main function in c++ with example?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  


What is vector processing?

0 Answers  


Why is standard template library used?

0 Answers  


Categories