what is c++
Answers were Sorted based on User's Feedback
Answer / bhaskar.mantrala
c + oo -------> that means c with object oriented language
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / sudheer
c++ is object oriented programming language.. the main
function value should return..
| Is This Answer Correct ? | 1 Yes | 2 No |
how to use C++?
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
How do you convert stl to steps?
write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.
What is the use of stl?
How do I convert a stl file?
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
Define stl.
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
what is template and type convertion
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
Write a program in C/C++ to implement reader- writer problem