C Basics 2

C Basics 2

University

10 Qs

quiz-placeholder

Similar activities

Quiz Lógica de Programação em C Aula 1

Quiz Lógica de Programação em C Aula 1

University

15 Qs

Bài 27

Bài 27

10th Grade - University

15 Qs

Minigame CLB Tin học 20/10

Minigame CLB Tin học 20/10

University

15 Qs

NESTED-IF, FOR & WHILE LOOP By handawnz

NESTED-IF, FOR & WHILE LOOP By handawnz

University

12 Qs

Quiz CG - Code V2

Quiz CG - Code V2

University

10 Qs

Quiz Pemrograman Arduino

Quiz Pemrograman Arduino

10th Grade - University

15 Qs

Session 03: Input & Output in C Programming Language

Session 03: Input & Output in C Programming Language

University

15 Qs

Quiz Informatika

Quiz Informatika

11th Grade - University

10 Qs

C Basics 2

C Basics 2

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Ashish Kumar

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is correct declaration of a variable-

int number1;

int number 1;

int number1 number 2;

int 123;

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Number of keywords in C are?

30

32

31

33

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one is right-

int a = 10, b =5;

int a = b;

int a; b;

int a, a;

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

which one is correct?

int a, b;

scanf("%d,%d",&a,&b);

int a, b;

scanf("%d%d",a,b);

int a, b;

scanf("%d%d",&a, &b);

int a, b;

scanf("Enter numbers %d %d", &a, &b);

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Is both the statements are equivalent?

int a = 10, b = 20;

and

int b = 20, a = 10;

Yes

No

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the following statement correct?

int a = b = c = 20;

Yes

No

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Is the following statement correct?

int a, b, c;

a = b = c = 20;

Yes

No

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?