Infonet Technology
Give wings to your dreams with us
PGDCA Exam 2026
1 / 34
Category: Find the output for the program
for(int i=1;i<=5;i++)
{
printf("Infonet\t");
}
2 / 34
int i=5;
while(i<=10)
i++;
3 / 34
#include<stdio.h>
int main() { float a=3,b=2; printf(a%b); return 0; }
4 / 34
void main() { float a=3.15529; printf("%.1f\t", a); return 0; }
5 / 34
Category: Fill in the Blanks
________ is the format for multi line comment entry.
6 / 34
Under the Insert tab, _________ group contains the features like Shapes, ClipArt.
7 / 34
___________ is the default file name for a PowerPoint presentation.
8 / 34
A set of ordered commands that enables a computer to carry out a specific task is called a computer_____________ .
9 / 34
The smallest unit of a worksheet is called a_______.
10 / 34
Drop cap option is available in _______ menu of MS Word 2010.
11 / 34
Variables in the PRINT statement may be separated by _____________.
12 / 34
The ___________ statement is used to output the results in C language.
13 / 34
C language is developed by ____________________.
14 / 34
________ is the extension of MS Excel file.
15 / 34
Category: Write True or False
Q. F5 is keyboard short cut key to run program in C.
16 / 34
Q. C is the low-level programming language.
17 / 34
Q. Infonet#2024 can be declared as a variable.
18 / 34
Q. Every statement in a C program has to end with fullstop.
19 / 34
Q. comment command not available in c programming language.
20 / 34
Category: Name the following
Q. Write two conditional statements name
21 / 34
Q. Write two low level language
22 / 34
Q.Write two procedural language
23 / 34
Q. Write two operators name
24 / 34
Q. Write two object-oriented language?
25 / 34
Q. Write two High Level Language?
26 / 34
Q. Write two library function
27 / 34
Q. Write two data types?
28 / 34
Q. Write two keywords?
29 / 34
Q. Write two Header File Name?
30 / 34
Category: Choose the correct answer
A Keyword:
31 / 34
A primary datatype:
32 / 34
Q. When the C programming language was developed?
33 / 34
Q.Every statement in a C program has to end with _____.
34 / 34
Q. Execution of a program starts from ____.