what is the acronym of the term 'C.O.M.P.U.T.E.R' ?

Answer Posted / sudheer

C-- commanly
O-- operated
M-- machine
P-- particular
U-- used for
T-- technical and
E-- educational
R-- reaserch

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is string part of stl?

681


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

2097


How stl is different from the c++ standard library?

644


How connect plc and pc through software

1923


What are stl algorithms?

627






What are the various types of stl containers?

736


What is a stl vector?

628


Is stl part of c++ standard?

646


Who wrote stl?

682


totoo po ba ang manga aliens!

2341


What does stl stand for in basketball?

647


What is a standard template library (stl)?

649


How does an stl file work?

656


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; }

1896


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2504