BrightChamps Technical Round - C language

BrightChamps Technical Round - C language

Professional Development

15 Qs

quiz-placeholder

Similar activities

PowerShell 3.1-Tuberías (I)

PowerShell 3.1-Tuberías (I)

Professional Development

15 Qs

IC101

IC101

Professional Development

10 Qs

Adopt me

Adopt me

KG - Professional Development

14 Qs

Microsoft 365 for Teachers

Microsoft 365 for Teachers

Professional Development

10 Qs

Introduction to AI - Healthcare & Business

Introduction to AI - Healthcare & Business

University - Professional Development

10 Qs

SEC+ Ch.8 Review Test

SEC+ Ch.8 Review Test

Professional Development

15 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Java Strings and lops

Java Strings and lops

Professional Development

10 Qs

BrightChamps Technical Round - C language

BrightChamps Technical Round - C language

Assessment

Quiz

Computers

Professional Development

Practice Problem

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?