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 use of fflush(stdin) in c++?

Answer Posted / madhava

enter a result at the input given data to particular location

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we have inheritance without polymorphism?

1079


when to use 'mutable' keyword and when to use 'const cast' in c++

2219


What is difference between multiple inheritance and multilevel inheritance?

1197


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2345


What is oops and why we use oops?

1099


to find out the minimum of two integer number of two different classes using friend function

2186


Why is abstraction used?

1141


What is difference between polymorphism and inheritance?

1135


What is object and example?

1227


Whats is abstraction in oops?

1143


What is polymorphism in oops with example?

1107


What is a function in oop?

1139


Why do we use class?

1149


What is and I oop mean?

1280


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2684