What are enumerations?
Define a nested class.
Write a c program for binary addition of two 8 bit numbers.
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
What is the header file for setw?
What is algorithm in c++ programming?
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.
What is main function in c++ with example?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What is vector processing?
Why is standard template library used?