Untitled Quiz

Untitled Quiz

12th Grade

20 Qs

quiz-placeholder

Similar activities

Translation History

Translation History

University

20 Qs

A QUIZ ON INDIA'S FREEDOM STRUGGLE.

A QUIZ ON INDIA'S FREEDOM STRUGGLE.

5th Grade - Professional Development

18 Qs

ORIENTALISM 101

ORIENTALISM 101

University - Professional Development

20 Qs

WWII

WWII

KG - University

20 Qs

Economics - Chapter 9 Review

Economics - Chapter 9 Review

9th - 12th Grade

17 Qs

Ancient Greece Vocabulary

Ancient Greece Vocabulary

9th - 12th Grade

18 Qs

Arch 227 History of Architecture 4 (Quiz 1)

Arch 227 History of Architecture 4 (Quiz 1)

University

16 Qs

Early 1990s George HW Bush

Early 1990s George HW Bush

10th - 12th Grade

15 Qs

Untitled Quiz

Untitled Quiz

Assessment

Quiz

History

12th Grade

Practice Problem

Medium

Created by

Prajakta Bhadale

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

List the categories of user defined function.

1. Function with no arguments and no return type.

2. Function with no arguments and a return type.

3. Function with arguments and no return type.

4. Function with arguments and with return type.

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Any two string handling function.

strcpy( str1, str2)

strcmd()

strcpy()

strcmp(str1, str2)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include<stdio.h>

#include<math.h>

int main() {

float n, ceilVal;

printf(" Enter any S-23 4M Numeric element : ");

scanf("%f", &n);

ceilVal = ceil(n);

printf("\n The Value of %.2f = %.4f ", n, ceilVal);

return 0;

}

IN ABOVE CODE WHICH MATH FUNCTION IS USE...?

sqrt ()

POW()

ceil()

strlen()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fibonacci series sequence....?

0 1 2 3 4 5 6 7

0 1 1 2 3 5 8 13

2 3 4 5 6 7 8 8

0 1 1 2 3 3 4 8 13

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

State any two advantages of function.?

1) Big code can be diffict to read, so when divided into smaller functions, it increases readability.

2 2) Program becomes modul.

1) Big code can be difficult to read, so when divided into smaller functions, it increases readability.

2) Program becomes modular.

1) Big code can be difficult to read, so when divi nto smaller functions, it increases readbty.

2) Program becomes moalr.

1) Big code can be difficult to re, so when divided into smler func, it increases readability. 2) Program bemes modular.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When function is called by passing values then it is _____?

call by reference

call by function

call by pointer

call by value

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

No copy is generated for actual variable rather address of actual variable is passed.

call by pointer

Call by value

call by function

Call by reference

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?