How is computer programming useful in real life?


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

Post New Answer

More C++ General Interview Questions

Are strings immutable in c++?

0 Answers  


Can a program run without main function?

0 Answers  


if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.

3 Answers  


How the endl and setw manipulator works?

0 Answers  


what is a reference variable in C++?

0 Answers  






How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


What is the difference between #import and #include in c++?

0 Answers  


Which is not a valid keyword a) public b) protected c) guarded

0 Answers  


Which function should be used to free the memory allocated by calloc()?

0 Answers  


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

0 Answers  


What is the use of pointer in c++ with example?

0 Answers  


What is the C-style character string?

0 Answers  


Categories