Getting Started with C

Getting Started with C

University

10 Qs

quiz-placeholder

Similar activities

Logic Building Using C - Unit 1

Logic Building Using C - Unit 1

University

15 Qs

C Language Quiz

C Language Quiz

University

15 Qs

Ejemplos de instrucciones en programación

Ejemplos de instrucciones en programación

University

6 Qs

Introduction to Information Technology

Introduction to Information Technology

University

10 Qs

Ultrasonic Sensor - L1

Ultrasonic Sensor - L1

6th Grade - University

10 Qs

Operasi Input & Output C++

Operasi Input & Output C++

University

10 Qs

CMDP2063 Unix and C Programming (Revision)

CMDP2063 Unix and C Programming (Revision)

University

15 Qs

Getting Started with C

Getting Started with C

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Mark Feguro

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed the C programming language?

Linus Torvalds

Dennis Ritchie

Bjarne Stroustrup

Ken Thompson

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what year was the C programming language developed?

1972

1969

1991

1985

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The C programming language was created to develop what?

An office suite

A web browser

The Unix operating system

A database management system

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a foundational language that came after C?

Python

Assembly

C++

Java

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the preprocessor directive `#include <stdio.h>`?

It marks the end of the program.

It defines the main function.

It includes the standard input/output library.

It prints output to the console.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does the execution of a C program begin?

The preprocessor directive

The `printf()` function

The `int main()` function

The first line of the code

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `printf()` function?

To define the program's main function

To receive input from the user

To perform mathematical calculations

To print output to the console

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?