निम्नलिखित कूट के निर्गत का पूर्वानुमान लगाइए Predict the output of following code. int f 1, i 2; do { f i; } while (++i 5); cout

🎲 Try a Random Question  |  Total Questions in Quiz: 94  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Haryana HSSC Previous Papers: Police Constable 2018 (1st Shift) — practice the complete quiz, review flashcards, or try a random question.


निम्नलिखित कूट के निर्गत का पूर्वानुमान लगाइए Predict the output of following code. int f 1, i 2; do { f i; } while (++i 5); cout <<f;