Search Header Logo

Lab 2 Activity

Authored by Saif Eldeen Radwan

Other

University

Used 6+ times

Lab 2 Activity
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first line of a C program that includes the standard I/O library?

#include <conio.h>

#include <stdio.h>

#include <stdlib.h>

#include <math.h>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a basic component of a C program?

Preprocessor commands

Functions

Variables

HTML tags

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for declaring an integer variable in C?

int var;

integer var;

var int;

variable int;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store floating-point numbers in C?

int

char

float

void

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following statement?
printf("Hello World!");

HelloWorld!

Hello World!

"Hello World!"

Compilation Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which format specifier is used to read an integer input in C?

%d

%c

%f

%s

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the range of a signed 2-byte integer in C?

0 to 65535

-32768 to 32767

-65535 to 65535

-127 to 128

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?