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 |
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
Why should a c++ programmer be interested in stl?
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
How does an stl file work?
WHAT IS FIBONACCI SERIES?
What is 2*2?
What is a standard template library (stl)? What are the various types of stl containers?
Is string part of stl?
What do you mean by stl?
Write a program in C++ to concatenate two strings into third string using pointers
Write a program to print the swapping in two no and using three variable.