If the statement should get executed at least once without checking condition then which loop should be used
do-while
while
for
switch
If i want to write if a is equal to 10 then assign value 20 else 30 the how to write
(a == 10) ? 20 : 30
(a = 10) ? 20 : 30
(a == 10) ?? 20 : 30
(a == 10) ? 20 |30
0
{"name":"C#", "url":"https://www.quiz-maker.com/QJSFDMTT9","txt":"Following is example of value type variable, Following is example of object type variable, Variable names are also called as","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}