NVIBES Tech Quiz Round 1

NVIBES Tech Quiz Round 1

University

20 Qs

quiz-placeholder

Similar activities

Pointers

Pointers

University

20 Qs

DS - Linked List - S1

DS - Linked List - S1

University

16 Qs

Techie quizz

Techie quizz

University

15 Qs

JavaScript Variables, Data Types, and Operators Quiz

JavaScript Variables, Data Types, and Operators Quiz

University

18 Qs

Linked List and Arrays in JAVA

Linked List and Arrays in JAVA

University

16 Qs

Quiz on C Fundamentals for CSE & CST

Quiz on C Fundamentals for CSE & CST

University

20 Qs

STUCTURES

STUCTURES

University

25 Qs

Revision 2 C

Revision 2 C

University

17 Qs

NVIBES Tech Quiz Round 1

NVIBES Tech Quiz Round 1

Assessment

Quiz

Computers

University

Hard

Created by

Sujitha D

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

var_1

_var1

1_var

var1

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following statements is true about arrays in C?

Arrays are always dynamic

The size of an array cannot be changed after it is created

Arrays can only store integers

Arrays are not allowed in C

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you access the members of a structure using a pointer to the structure?

struct_pointer.member

struct_pointer->member

struct_pointer*member

struct_pointer&member

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

5

10

15

20

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct syntax for declaring a function in C?

functionName(parameters) returnType

returnType functionName(parameters)

parameters returnType functionName

functionName returnType parameters

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

10 20

20 10

30 0

0 30

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?