BrightChamps Technical Round - C language

BrightChamps Technical Round - C language

Professional Development

15 Qs

quiz-placeholder

Similar activities

Day 2 C Programming quiz

Day 2 C Programming quiz

Professional Development

10 Qs

C PROGRAMMING BASICS-QUIZ-1

C PROGRAMMING BASICS-QUIZ-1

Professional Development

15 Qs

Java Fundamentals

Java Fundamentals

Professional Development

20 Qs

Concept Test for C & C++ Programming

Concept Test for C & C++ Programming

University - Professional Development

10 Qs

Think it through

Think it through

University - Professional Development

16 Qs

Java Programming Quiz #1

Java Programming Quiz #1

Professional Development

10 Qs

Success Forge C# Assignment 1

Success Forge C# Assignment 1

Professional Development

17 Qs

Practice Test Operator and Control Flow Statement 01

Practice Test Operator and Control Flow Statement 01

Professional Development

15 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?