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 is the acronym of the term 'C.O.M.P.U.T.E.R' ?

Answer Posted / juggarnaut

commonly
operated
machine
particularly
used for
technical and
educational
research

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is template and type convertion

2446


totoo po ba ang manga aliens!

2772


please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html

2251


What are the different types of stl containers?

1127


How is stl different from c++ standard library?

1309


What is a list in c++ stl?

1150


What is a standard template library (stl)? What are the various types of stl containers?

1143


What is a stl vector?

1227


Who created stl?

1149


In what scenario does the Logical file and Physical file being used?

2833


What are stl algorithms?

1150


Name the different types of stl containers.

1158


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2623


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2377


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2431