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++?
Answer Posted / 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 View All Answers
Is c++ the best programming language?
What is the difference between equal to (==) and assignment operator (=)?
Write a program which uses functions like strcmp(), strcpy()? etc
Explain the purpose of the keyword volatile.
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What are pointer-to-members? Explain.
How are virtual functions implemented in c++?
Is multimap sorted c++?
Explain the concept of friend function in c++?
What are the effects after calling the delete this operator ?
How did c++ get its name?
What is the oldest programming language?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What operators can you overload in c++?
What is null pointer and void pointer?