PGDCA Exam 2023 Created by admin PGDCA Exam 2023 1 / 28 Category: Fill in the Blanks INPUT STATEMENT will ask for input data at the time of ________________. Check 2 / 28 Category: Fill in the Blanks Variables in the PRINT statement may be separated by _____________. Check 3 / 28 Category: Fill in the Blanks A set of ordered commands that enables a computer to carry out a specific task is called a computer_____________ . Check 4 / 28 Category: Fill in the Blanks C and java are examples of __________language Check 5 / 28 Category: Fill in the Blanks C language is developed by ____________________. Check 6 / 28 Category: Choose the correct answer Q.Every statement in a C program has to end with _____. colon(:) semi-colon(;) full stop(.) comma(,) 7 / 28 Category: Choose the correct answer Q. Execution of a program starts from ____. main() conditional statement variable declaration constant declaration 8 / 28 Category: Choose the correct answer Q. When the C programming language was developed? 1971 1972 1973 1974 9 / 28 Category: Choose the correct answer Q. What was C programming adapted from? C++ Combined programming language python All of the above 10 / 28 Category: Choose the correct answer Q. Which of the following is not a variable type in c programming? Float While loop Int All of the above 11 / 28 Category: Name the following Q. Write two High Level Language? Check 12 / 28 Category: Name the following Q. Write two object-oriented language? Check 13 / 28 Category: Name the following Q. Write two data types? Check 14 / 28 Category: Name the following Q. Write two keywords? Check 15 / 28 Category: Name the following Q. Write two Header File Name? Check 16 / 28 Category: Name the following Q. Write two operators name Check 17 / 28 Category: Name the following Q. Write two conditional statements name Check 18 / 28 Category: Name the following Q. Write two low level language Check 19 / 28 Category: Name the following Q. Write two library function Check 20 / 28 Category: Name the following Q.Write two procedural language Check 21 / 28 Category: Write True or False Q. C is the low-level programming language. True False 22 / 28 Category: Write True or False Q. We always need a very powerful computer to run C program. True False 23 / 28 Category: Write True or False Q. comment command not available in c programming language. True False 24 / 28 Category: Write True or False Q. C is a procedural programming language. True False 25 / 28 Category: Write True or False Q. Every statement in a C program has to end with fullstop. True False 26 / 28 Category: Find the output for the program #include<stdio.h> int main() { float a=3,b=2; printf(a%b); return 0; } Check 27 / 28 Category: Find the output for the program #include<stdio.h> void main() { float a=3.15529; printf("%.1f\t", a); return 0; } Check 28 / 28 Category: Find the output for the program for(int i=1;i<=5;i++) { printf("Infonet\t"); } Check LinkedIn Facebook 0%