इनपुट पढ़ने के बाद हम cin.clear () और cin.ignore () क्यों कहेंगे?
Google कोड विश्वविद्यालय का C ++ ट्यूटोरियल इस कोड का उपयोग करता है: // Description: Illustrate the use of cin to get input // and how to recover from errors. #include <iostream> using namespace std; int main() { int input_var = 0; // Enter the do while loop and stay …