What are the total number of lines written by you in C/C++?
What is the most complicated or valuable program written in
C/C++?

Answers were Sorted based on User's Feedback



What are the total number of lines written by you in C/C++? What is the most complicated or valuab..

Answer / charan

since c,c++ is user friendly as well as medium level
language,free form language user can take his own space for
executing a program it may include printing along with
header files.

Is This Answer Correct ?    0 Yes 0 No

What are the total number of lines written by you in C/C++? What is the most complicated or valuab..

Answer / sahadev

depend upon the available memory in the ram,it may be one
line or more

Is This Answer Correct ?    5 Yes 7 No

Post New Answer

More C++ General Interview Questions

Why isn't sizeof for a struct equal to the sum of sizeof of each member?

0 Answers  


When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  


what is a class? Explain with an example.

0 Answers  


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  






Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

0 Answers  


What is a flag in c++?

0 Answers  


Explain one method to process an entire string as one unit?

0 Answers  


What is called array?

0 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


What is class and structure in c++?

0 Answers  


What is a type library?

0 Answers  


Categories