BrightChamps Technical Round - C language

BrightChamps Technical Round - C language

Professional Development

15 Qs

quiz-placeholder

Similar activities

PRE TEST (B) - Product Link & TELEMATICS

PRE TEST (B) - Product Link & TELEMATICS

University - Professional Development

20 Qs

6INFOMAN (Recitation)

6INFOMAN (Recitation)

University - Professional Development

20 Qs

C programming_Shivank

C programming_Shivank

Professional Development

20 Qs

M365 Security Pillar 1 (Identity & Access Management)

M365 Security Pillar 1 (Identity & Access Management)

Professional Development

10 Qs

Cloud computing

Cloud computing

Professional Development

10 Qs

aXQtMjktMTEtMjAyMg==

aXQtMjktMTEtMjAyMg==

Professional Development

10 Qs

CHFI-Post-Assessment

CHFI-Post-Assessment

Professional Development

10 Qs

Cycle 4: Session 8 Review.

Cycle 4: Session 8 Review.

Professional Development

12 Qs

BrightChamps Technical Round - C language

BrightChamps Technical Round - C language

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Tejas Tamkhane

Used 186+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?