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++?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default width for ouputting a long integer using the insertion operator?

1296


Which format specifier is used for printing a pointer value?

1104


What is a null object in c++?

1308


What is the full form of c++?

1430


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

2267


What is a unnitialised pointer?

1138


What is size of string in c++?

1039


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1946


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

1074


How is data hiding achieved in c++?

1140


Which sort does c++ use?

1077


What is endl c++?

1152


What is the difference between c++ and turbo c++?

1295


What is the latest c++ version?

1150


Using a smart pointer can we iterate through a container?

1139