CS201P - Introduction to Programming (Practical) (Lab Attendance Quiz 08 - Non Graded)
-
Trying to use getch() function without including #include<conio.h> header file in the program is a ________ error.
Answer: Compilation -
To understand programming concepts, ___________ programming language is being used as a vehicle in CS201- “Introduction to Programming” course.
Answer: C/C++ -
What would be the output of the following statement? c = 13 % 2;
Answer: 1 -
Representing logical depiction of the solution to the problem is known as a ______________.
Answer: Flowchart -
The statement char arr [10]; is an example of a type of ____________ memory allocation.
Answer: Static