Podcast
Questions and Answers
किसका इस्तेमाल एक कार्रवाई को दोहराने के लिए किया जाता है?
किसका इस्तेमाल एक कार्रवाई को दोहराने के लिए किया जाता है?
- do while बयान
- while बयान (correct)
- if बयान
- for बयान
किन दोनों सेगमेंट्स के बीच लूप नियंत्रण बयान की स्थिति पर निर्भर होता है?
किन दोनों सेगमेंट्स के बीच लूप नियंत्रण बयान की स्थिति पर निर्भर होता है?
- लूप के शरीर और नियंत्रण बयान (correct)
- कोई नहीं
- लूप के शरीर और कार्रवाई बयान
- नियंत्रण बयान और कार्रवाई बयान
किस लूप नियंत्रण संरचना का उपयोग करके पहले 10 नंबरों के योग को निकाला जा सकता है?
किस लूप नियंत्रण संरचना का उपयोग करके पहले 10 नंबरों के योग को निकाला जा सकता है?
- if बयान
- while लूप (correct)
- do while लूप
- for लूप
किस बयान की मदद से एक लूप को दोहराया जाता है?
किस बयान की मदद से एक लूप को दोहराया जाता है?
किन दोनों सेगमेंट्स के बीच लूप नियंत्रण बयान की स्थिति पर निर्भर नहीं होता है?
किन दोनों सेगमेंट्स के बीच लूप नियंत्रण बयान की स्थिति पर निर्भर नहीं होता है?
Which type of loop control structure depends on the position of the control statement in the loop?
Which type of loop control structure depends on the position of the control statement in the loop?
What is the purpose of the 'while' statement in programming?
What is the purpose of the 'while' statement in programming?
Which statement is used to calculate the sum of the first 10 numbers in a programming context?
Which statement is used to calculate the sum of the first 10 numbers in a programming context?
Which type of loop uses a test condition to determine the iteration?
Which type of loop uses a test condition to determine the iteration?
Which type of loop is dependent on the control statement in the loop for its termination condition?
Which type of loop is dependent on the control statement in the loop for its termination condition?
Which operator is used for arithmetic operations in 'C' programming?
Which operator is used for arithmetic operations in 'C' programming?
What is the purpose of conditional branching in 'C' programming?
What is the purpose of conditional branching in 'C' programming?
Which type of operators are used for performing operations on individual bits in 'C' programming?
Which type of operators are used for performing operations on individual bits in 'C' programming?
What does the term 'type conversion' refer to in 'C' programming?
What does the term 'type conversion' refer to in 'C' programming?
Which operator is used to assign a value to a variable in 'C' programming?
Which operator is used to assign a value to a variable in 'C' programming?
Flashcards are hidden until you start studying