Home > C Programming > Quizzes > Harvard CS50 Basic C
Harvard CS50 Basic C
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 50% Most missed: “print out a line that says 'I can count to' the integer i”
Harvard CS50 Basic C
Time left 00:00
12 Questions

1. import needed to import string functionality

2. put another string here

3. declare a string with the name name

4. compile the program hello.c

5. run the program hello after it's been complied

6. write a for loop that will repeat 100 times

7. import first line of code needed (header)

8. print out a line that says 'I can count to' the integer i

9. C format main method call

10. print out a line that says 'hello' then added the string name and ends by placing a new line

11. allow the computer to input a string into the previously created string name

12. print out a line on the screen that says Hello, World