Search Header Logo

BrightChamps Technical Round - C language

Authored by Tejas Tamkhane

Computers

Professional Development

Used 186+ times

BrightChamps Technical Round - C language
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the continue statement ?

to continue the execution of a loop

to skip the iteration of the loop

exit and return to the main function

to jump to another statement in the program and continue from here

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a keyword in C language ?

void

stdio.h

scanf

both scanf and void

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

1test

_345

Bright Champs

#demo

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C is a _______ programming language

Object Oriented

Interpreted

Scripting language

Procedural

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a pointer in C language ?

It is used to store the memory address of another variable

It is used to point towards an instruction in a program

It stores the memory address of an object

There are no pointers in C language

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int test(a,b)

{

pass

}

What does the "int" in the above block of code signify ?

data type of the function

data type of a and b

return type of the function

arguments of the function

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Any mathematical operation between an integer and float will always

return an integer

return a string

return a float

will give an error

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?