What will be the output of the following C code?
#include <stdio.h>
void m()
{
printf("hi");
}
void main()
{
m();
}
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)
10 questions
pemrograman dasar
Quiz
•
Professional Development
10 questions
CPR Quiz_chapter 5_structure
Quiz
•
Professional Development
11 questions
UC_TM04_Strings_Pointers
Quiz
•
University - Professi...
20 questions
VCE TalentNext-2021 Quiz-2
Quiz
•
Professional Development
11 questions
formatted and unformatted input/output in c mcq
Quiz
•
Professional Development
15 questions
Q1 Introduction to Python
Quiz
•
Professional Development
20 questions
Basics of Python Programming Unit-1
Quiz
•
University - Professi...
20 questions
CPR_Quiz_Arrays and strings
Quiz
•
Professional Development
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade