Search Header Logo

C PRogram

Authored by ALAN SANTO

Other

University

Used 5+ times

C PRogram
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Syntax to print something in c program?

print('Hello, World!');
echo 'Hello, World!';
printf("Hello, World!\n");
console.log('Hello, World!');

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C is ______ level language.

low-level
assembly-level
high-level
machine-level

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a variable is created in C, a memory address is assigned to the variable.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Year of release of C Languange

1968

1975
1980

1972

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Difference between C and C++

C is a high-level language; C++ is low-level.

C is used for web development; C++ is used for system programming.

C is procedural; C++ is object-oriented.

C supports classes; C++ does not.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is #include <stdio.h>

It is a command to compile C programs.
It includes the graphics library in C.
It includes the standard input-output library in C.
It defines the main function in C.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to add New line in C Program

Use 'printf("Hello, World!\r");' to add a new line.
Use '\n' in your printf statement, e.g., printf("Hello, World!\n");
Use 'newline' in your printf statement.
Use '\t' in your printf statement.

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?