C Language

C Language

Professional Development

18 Qs

quiz-placeholder

Similar activities

Practice Test Operator and Control Flow Statement 01

Practice Test Operator and Control Flow Statement 01

Professional Development

15 Qs

Think it through

Think it through

University - Professional Development

16 Qs

แบบทดสอบภาษาซี

แบบทดสอบภาษาซี

Professional Development

20 Qs

Array Data Structure Quiz for Beginners

Array Data Structure Quiz for Beginners

Professional Development

20 Qs

Array

Array

Professional Development

17 Qs

C PROGRAMMING BASICS-QUIZ-1

C PROGRAMMING BASICS-QUIZ-1

Professional Development

15 Qs

SLG IPC144 Week 11

SLG IPC144 Week 11

Professional Development

15 Qs

Java Fundamentals

Java Fundamentals

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?