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
What is boyce codd normal form in c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
When should we use multiple inheritance?
Can we use struct in c++?
What is the difference between mutex and binary semaphore?
Is c++ a low level language?
What is abstraction with real time example?
Explain the difference between realloc() and free() in c++?
What is the auto keyword good for in c++?
What are friend functions in C++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is c++ array?
What is the purpose of template?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required