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
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 |
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 |
What is c++ try block?
How much is size of struct having 1 char & 1 integer?
How the virtual functions maintain the call up?
What are proxy objects?
What jobs can you get with a c++ certification?
What is implicit pointer in c++?
Implement a 2 dimensional array by one dimentional array
What are the extraction and insertion operators in c++?
What is the object serialization?
What is ios class in c++?
Out of fgets() and gets() which function is safe to use and why?
write a function signature with various number of parameters.