Programming In C

Programming In C

5th Grade - Professional Development

25 Qs

quiz-placeholder

Similar activities

Quiz Bahasa C

Quiz Bahasa C

10th Grade - University

25 Qs

Introduction to Ch

Introduction to Ch

7th - 8th Grade

20 Qs

PE25_Unidad2_Condicionales_Ciclos

PE25_Unidad2_Condicionales_Ciclos

University

20 Qs

Ponteiros em C - Alocação Dinâmica e Passagem por Referência

Ponteiros em C - Alocação Dinâmica e Passagem por Referência

1st - 10th Grade

24 Qs

C Programming

C Programming

University

20 Qs

Introduction To Python

Introduction To Python

University

20 Qs

Programacion en DEV C++

Programacion en DEV C++

11th Grade

27 Qs

Beginning C Programming

Beginning C Programming

University

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