C Basics - 1

C Basics - 1

University

10 Qs

quiz-placeholder

Similar activities

CALL - Revisão

CALL - Revisão

University

12 Qs

Cluster 5 (Exit Ticket)

Cluster 5 (Exit Ticket)

University

12 Qs

computers

computers

3rd Grade - Professional Development

11 Qs

Chapter 6 - Part 3 Quiz

Chapter 6 - Part 3 Quiz

University

8 Qs

ANALISE E MODELAGEM DE DADOS

ANALISE E MODELAGEM DE DADOS

University

15 Qs

Java Reserved Words

Java Reserved Words

University

10 Qs

Programming languages quiz

Programming languages quiz

6th Grade - Professional Development

8 Qs

SEGUNDO A

SEGUNDO A

University

10 Qs

C Basics - 1

C Basics - 1

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Ashish Kumar

Used 10+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Who is the father of C-Language?

Steve Jobs

James Gosling

Dennis Ritche

Rasmus Lerdorf

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is not a valid C variable name?

int number;

float _rate;

int variable_Count;

int $main;

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

All keywords in C are ________.

lowercase

uppercase

Camelcase

None of these

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How to write a single line comment?

/* Comment */

/* Comment

//Comment//

//Comment

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

_________used to give tab spaces in c programming.

/n

\t

\r

\n

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

programmer

compiler

translator

linker

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code: printf("%d", 5 + 3 * 2);?

8

16

11

10

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?