BrightChamps Technical Round - C language

BrightChamps Technical Round - C language

Professional Development

15 Qs

quiz-placeholder

Similar activities

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

c program -basic

c program -basic

Professional Development

10 Qs

C Language Basic Quiz

C Language Basic Quiz

7th Grade - Professional Development

10 Qs

C String Array MCQs

C String Array MCQs

Professional Development

10 Qs

Coding Fundamentals in C

Coding Fundamentals in C

6th Grade - Professional Development

12 Qs

C++ Is Fun

C++ Is Fun

Professional Development

10 Qs

Python Interaction

Python Interaction

9th Grade - Professional Development

20 Qs

C programming_Shivank

C programming_Shivank

Professional Development

20 Qs

BrightChamps Technical Round - C language

BrightChamps Technical Round - C language

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Tejas Tamkhane

Used 185+ times

FREE Resource

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

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?