What is the use of c++ programming language in real life?


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

Post New Answer

More C++ General Interview Questions

Why is swift so fast?

0 Answers  


What is a base class?

0 Answers  


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


They will ask u question about single linked list?. Write Code for to insert delete node.

2 Answers   Persistent,


Difference between pass by value and pass by reference?

0 Answers  






what is Loop function? What are different types of Loops?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


What is std namespace in c++?

0 Answers  


Differences between private, protected and public and give examples.

0 Answers  


Write a Program for find and replace a character in a string.

0 Answers  


What is vector processing?

0 Answers  


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


Categories