FT1 Basics of C

FT1 Basics of C

University

30 Qs

quiz-placeholder

Similar activities

C/C++ Programming Quiz

C/C++ Programming Quiz

University

25 Qs

Debugging Showdown

Debugging Showdown

University

25 Qs

Progdas-Q1-2023-2

Progdas-Q1-2023-2

University

25 Qs

CodeChef (Secret Snippet)

CodeChef (Secret Snippet)

University

35 Qs

Code Twisters Round One Batch -1

Code Twisters Round One Batch -1

University

30 Qs

BASIC PROGRAMMING

BASIC PROGRAMMING

University

25 Qs

C PROGRAMMING

C PROGRAMMING

University

25 Qs

TECH - C

TECH - C

University

30 Qs

FT1 Basics of C

FT1 Basics of C

Assessment

Quiz

Computers

University

Hard

Created by

Girirajan S

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Guess the output of the following code:

2.500000

2.000000

2

Compilation Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times will the loop execute?

4

5

6

Infinite times

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare an integer pointer is

int ptr;

int *ptr;

ptr *int;

int &ptr;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Output of the following code is:

10

15

20

40

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This function returns ---------

Fibonacci sequence

Factorial of n

Sum of first n numbers

Power of n

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Output of the following code is:

True

False

Error

Undefined Behaviour

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output?

3.14

3.140000

3.1

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?