CPR_Quiz_Chapter4_function

Quiz
•
Professional Development
•
Professional Development
•
Medium
Sheetal Pawar
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be the output of the following C code?
#include <stdio.h>
void m()
{
printf("hi");
}
void main()
{
m();
}
hi
Run time error
Nothing
Varies
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
the value obtained in the function is given back to main by using ________ keyword.
return
static
new
volatile
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which function definition will run correctly?
int sum(int a, int b)
return (a + b);
int sum(int a, int b)
{return (a + b);}
int sum(a, b)
return (a + b);
none of the mentioned
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
void can be used
as a data-type of a function that returns nothing to its calling environment
inside the brackets of a function that does not need any argument
in an expression
both (a) & (b)
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Any C program
must contain at least one function
need not contain any function
needs input data
none of the above
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The following program
main ()
{ int a = 4;
change { a };
printf ("%d", a);
}
change (a)
int a;
{
printf("%d", ++a);
}
55
.45
54
44
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following function calculates the square of 'x' in C?
sqr(x)
pow(2, x)
pow(x, 2)
power(2, x)
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Recursia

Quiz
•
Professional Development
17 questions
SQL - parte 1

Quiz
•
Professional Development
12 questions
Linux Practice Quiz 3

Quiz
•
Professional Development
10 questions
Excel Advance (Logical Functions)

Quiz
•
Professional Development
15 questions
BNB Intermediate

Quiz
•
Professional Development
10 questions
Literature review: Research

Quiz
•
11th Grade - Professi...
16 questions
UC_TM02_C Programming Basics

Quiz
•
University - Professi...
10 questions
LC - Aula 04

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade