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 does getch() do according to the ANSI C++ standard

a) Reads in a character

b) Checks the keyboard buffer

c) Nothing in particular (Its not defined there)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

what is Loop function? What are different types of Loops?

0 Answers  


Explain "passing by value", "passing by pointer" and "passing by reference" ?

5 Answers  


C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() {   cout<<cout<<' ';   cout<<cin;   return 0; } It prints some address in hexadecimal. what is it?

1 Answers  


What is the use of 'using' declaration in c++?

0 Answers  


Which programming language is best to learn first?

0 Answers  


What are the various situations where a copy constructor is invoked?

0 Answers  


what is VOID?

0 Answers  


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


If all is successful, what should main return a) 0 b) 1 c) void

0 Answers  


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

0 Answers  


Categories