
C
Quiz by Raja R
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
5 questions
Show answers
- Q1
Who developed C
Bjarne Stroustrup
Anders Hejlsberg
Dennis Ritchie
Guido van Rossum
30s - Q2
Select the correct keyword of clear screen
clrscreen()
clrscr()
clrscn()
clearscr()
30s - Q3
select the escape sequence to make the cursor move to the new line
\t
\a
\b
\n
30s - Q4
if the output of the screen displays HIHOWAREYOU, Then select the correct statement of code
printf("HIHOWAREYOU");
print("HIHOWAREYOU);
printf("HI HOW ARE YOU);
printf("HIHOWAREYOU)
30s - Q5
keyword to represent integer is
int
intgr
integer
inte
30s