Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


Tell me what are static member functions?

0 Answers  


Differentiate between the message and method in c++?

0 Answers  


What are features of c++?

0 Answers  


What are the operators in c++?

0 Answers  


What are references in c++? What is a local reference?

0 Answers  


What is a base class?

0 Answers  


What is a pointer how and when is it used?

0 Answers  


class Alpha { public: char data[10000]; Alpha(); ~Alpha(); }; class Beta { public: Beta() { n = 0; } void FillData(Alpha a); private: int n; }; How do you make the above sample code more efficient? a) If possible, make the constructor for Beta private to reduce the overhead of public constructors. b) Change the return type in FillData to int to negate the implicit return conversion from "int" to "void". c) Make the destructor for Alpha virtual. d) Make the constructor for Alpha virtual. e) Pass a const reference to Alpha in FillData

2 Answers   Quark,


How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,


What is the object serialization?

0 Answers  


Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


Categories