C Language

C Language

Professional Development

18 Qs

quiz-placeholder

Similar activities

IT (data, viruses and more)

IT (data, viruses and more)

8th Grade - Professional Development

20 Qs

Révision HTML, CSS et JavaScript

Révision HTML, CSS et JavaScript

Professional Development

20 Qs

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

Infomatrix 2018

Infomatrix 2018

1st Grade - Professional Development

13 Qs

Pretest Camtasia 2019

Pretest Camtasia 2019

Professional Development

20 Qs

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 Qs

BCA - IV SEM DBMS

BCA - IV SEM DBMS

Professional Development

20 Qs

Teaching Strategy

Teaching Strategy

Professional Development

20 Qs

C Language

C Language

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Labeed Ahmad

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid C variable name?

int number;

float _rate;

int variable_Count;

int $main;

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the value of "z" in this code?

The value of z is 10

The value of z is 15

The value of z is 15.6

The value of z is 16

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will be the output of this code?

OK

KO

Depends on compiler

Depends on standard

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way of initializing an array in C?

int arr[4]= 1,2,3,4 ;

int arr[4]= (1,2,3,4) ;

int arr[4]= {1,2,3,4 };

int arr[4]= [1,2,3,4 ];

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function that calls itself is known as _________.

Repetation

Retention

Recursion

looping

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to write a single line comment?

/* Comment */

/* Comment

//Comment//

//Comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________used to give tab spaces in c programming.

/n

\t

\r

\n

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?