CC102 - Seatwork 3

CC102 - Seatwork 3

University

20 Qs

quiz-placeholder

Similar activities

EST102 : PROGRAMMING IN C TEST 1

EST102 : PROGRAMMING IN C TEST 1

University

20 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

CP-String

CP-String

University

18 Qs

Python Basics

Python Basics

KG - University

16 Qs

XTK022 C Programming Test 1

XTK022 C Programming Test 1

University

20 Qs

A "C" Event-the backbone of modern coding.

A "C" Event-the backbone of modern coding.

University

16 Qs

PSC ALM QUIZ

PSC ALM QUIZ

University

16 Qs

Python Basics

Python Basics

KG - University

15 Qs

CC102 - Seatwork 3

CC102 - Seatwork 3

Assessment

Quiz

Computers

University

Hard

Created by

Nina Perena

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Who is the father of C-Language?

Steve Jobs

James Gosling

Dennis Ritche

Rasmus Lerdorf

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

All keywords in C are ________.

lowercase

uppercase

Camelcase

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A function that calls itself is known as _________.

Repetation

Retention

Recursion

looping

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How to capture the string in C? (declared as- char str[100]; )

scanf( "%c", str);

scanf( "%s", str);

scanf( "%c", &str);

scanf( "%s", &str);

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How to write a single line comment?

/* Comment */

/* Comment

//Comment//

//Comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

_________used to give tab spaces in c programming.

/n

\t

\r

\n

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The program that translates your code from a high-level language to the binary language is called ________.

programmer

compiler

translator

linker

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?