In the name of ALLAH, the Most Beneficent, the Most Merciful

CS201P - Introduction to Programming (Practical) (Lab Attendance Quiz 08 - Non Graded)

CS201P - Introduction to Programming (Practical) (Lab Attendance Quiz 08 - Non Graded)

 CS201P - Introduction to Programming (Practical) (Lab Attendance Quiz 08 - Non Graded)


  1. Trying to use getch() function without including #include<conio.h> header file in the program is a ________ error.
    Answer: Compilation

  2. To understand programming concepts, ___________ programming language is being used as a vehicle in CS201- “Introduction to Programming” course.
    Answer: C/C++

  3. What would be the output of the following statement? c = 13 % 2;
    Answer: 1

  4. Representing logical depiction of the solution to the problem is known as a ______________.
    Answer: Flowchart

  5. The statement char arr [10]; is an example of a type of ____________ memory allocation.
    Answer: Static

Post a Comment (0)
Previous Post Next Post
z
//1