What is the correct syntax to declare a function that returns an integer in C++?
ايه الطريقة اللي بعرف بيها فانكشن بترجعلي رقم صحيح ؟
C++ Function Quiz
Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Ahmed Yaseen
Used 6+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to declare a function that returns an integer in C++?
ايه الطريقة اللي بعرف بيها فانكشن بترجعلي رقم صحيح ؟
int funcName();
void funcName();
float funcName(int x, int y);
double funcName(int x);
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the keyword return do in a C++ function?
كلمة ريتيرن فايدتها ايه في الفانكشن؟
Terminates the program
Returns control to the operating system
Returns a value from the function
Prints the output of the function
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default return type of a C++ function if not specified?
لو انا محددتش نوع الريتين تايب بتاعي اوتوماتيك بيكون ايه
int
void
float
double
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statements is correct about the scope of variables in C++?
انهي جملة من الجمل اللي ف الاختيارت صح بخصوص الاسكوب في المتغيرات
Global variables can only be used inside the main() function.
Local variables can be used outside the function where they are defined.
Global variables are accessible throughout the entire program.
Variables declared inside a function are accessible from anywhere in the program.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which built-in function in C++ is used to calculate the square root of a number?
انهي بيلت ان فانشكن مسؤول عن اني اجيب بيه الجذر التربيعي؟
power()
sqrt()
log()
rand()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if you declare two local variables with the same name in two different functions?
هيحصل ايه لو انا عندي اتنين فانكشن مختلفيم مسمي في كل واحدة فيهم متغير بنفس الاسم
Compiler error
The variables share the same value
Each function will have its own version of the variable
The first variable is overwritten by the second one
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to call a function named myFunction that takes two integers as arguments?
انهي الطريقة الصح اللي بستدعي بيها الفانكشن اسمها ماي فانكشن بتاخد متغيرين من النوع انتيجر؟
myFunction();
myFunction(a, b);
myFunction(int a, int b);
myFunction(int, int);
7 questions
Arrays 2022/02/15
Quiz
•
10th Grade
10 questions
Evaluasi Javascript 3
Quiz
•
10th Grade
10 questions
Functions in C++
Quiz
•
9th - 12th Grade
10 questions
نشاط الدوال المضمنة الخاصة بالأرقام
Quiz
•
10th Grade
10 questions
GDScript Quiz - Lesson 2 - Variables & Functions
Quiz
•
12th Grade
15 questions
Java Script Quiz
Quiz
•
9th - 12th Grade
15 questions
STM20263 Topic 5 - User Defined Function
Quiz
•
9th Grade
10 questions
CodeHS 2.8 Functions to 2.12 User Input Review
Quiz
•
9th - 12th Grade
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers
Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons
Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade
25 questions
Equations of Circles
Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)
Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System
Quiz
•
10th Grade
37 questions
Camp Re-cap Week 1 (no regression)
Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review
Quiz
•
10th Grade