Programming In C

Programming In C

5th Grade - Professional Development

25 Qs

quiz-placeholder

Similar activities

Lab 2 Test

Lab 2 Test

5th Grade

20 Qs

Parcial 2 - Informática III

Parcial 2 - Informática III

6th - 8th Grade

21 Qs

C Programming - Quiz

C Programming - Quiz

University

20 Qs

ทดสอบก่อนเรียนหลังเรียนภาษาคอมพิวเตอร์เบื้องต้น

ทดสอบก่อนเรียนหลังเรียนภาษาคอมพิวเตอร์เบื้องต้น

9th Grade

20 Qs

Tercer  Parcial  Info III

Tercer Parcial Info III

12th Grade

24 Qs

Introduction to Ch

Introduction to Ch

7th - 8th Grade

20 Qs

oop with c++

oop with c++

University

20 Qs

OOPS-1

OOPS-1

University

20 Qs

Programming In C

Programming In C

Assessment

Quiz

Computers, Professional Development, Education

5th Grade - Professional Development

Hard

Created by

Raja Paulsingh

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

By default a real number is treated as a

float

double

long double

far double

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following correctly shows the hierarchy of arithmetic operations in C?

/ + * -

* - / +

+ - / *

/ * + -

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The keyword used to transfer control from a function back to the calling function is

switch

goto

go back

return

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If a variable is a pointer to a structure, then which of the following operator is used to access data members of the structure through the pointer variable?

.

&

*

->

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A pointer is

A keyword used to create variables

A variable that stores address of an instruction

A variable that stores address of other variable

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The operator used to get value at address stored in a pointer variable is

*

&

&&

||

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following function is more appropriate for reading in a multi-word string?

printf();

scanf();

gets();

puts();

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?

Discover more resources for Computers