0x01. C - Variables, if, else, while Quiz questions

Описание к видео 0x01. C - Variables, if, else, while Quiz questions

Great! You've completed the quiz successfully! Keep going! (Hide quiz)
Question #0
Which of the following are valid while or do/while statements in ANSI C and Betty-compliant? (Considering a and b two variables of type int)

Please select all correct answers


Question #1
Which of the following are valid for statements in ANSI C and Betty-compliant? (Considering a and b two variables of type int)

Please select all correct answers


Question #2
Which of the following are valid if statements in ANSI C and Betty-compliant? (Considering a and b two variables of type int)

Please select all correct answers

Question #3
What is the size of the float data type?


1 byte


4 bytes


8 bytes


2 bytes

Question #4
What is the size of the char data type?


1 byte


4 bytes


8 bytes


2 bytes

Question #5
What is the size of the unsigned int data type?


1 byte


4 bytes


8 bytes


2 bytes

Комментарии

Информация по комментариям в разработке