C#

Following is example of value type variable
Int a=10;
Object obj=100;
int* cptr;
Following is example of object type variable
Int a=10;
Object obj=100;
int* cptr;
Variable names are also called as
Literals
Identifiers
values
None of the above
3.14159 . This is an example of which literal
Interger
Floating point
String
Char
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"}
Powered by: Quiz Maker