C Language – MCQ Question Paper (30 Questions) Online Test Series 5247 - MS Word Class

C Language – MCQ Question Paper (30 Questions) Online Test Series 5247

0%
40
C Language – MCQ Question Paper (30 Questions) Online Test Series 5247 - MS Word Class

C Language – MCQ Question Paper (30 Questions) Online Test Series 5247

C Language – MCQ Question Paper (30 Questions)

1 / 30

What is the result of 7%2 ?

2 / 30

Which of the following is a conditional operator?

3 / 30

Which header file is required for printf() and scanf()?

4 / 30

Which loop is guaranteed to run at least once?

5 / 30

Functions in C can return:

6 / 30

Which of the following is not a C keyword?

7 / 30

What is the result of 7/2 in C?

8 / 30

Which format specifier is used to print an integer?

9 / 30

The default return type of a C function is:

10 / 30

Break statement is used to:

11 / 30

The keyword used to return a value from a function is:

12 / 30

What is the output of printf(“%d”, 5==5); ?

13 / 30

Which of the following is not a storage class in C?

14 / 30

If int a=10; int *p=&a; then *p is:

15 / 30

Who is the father of C language?

16 / 30

Which is the correct way to declare an array of 10 integers?

17 / 30

Which keyword is used to define a constant?

18 / 30

Continue statement is used to:

19 / 30

Which of the following is not a looping statement?

20 / 30

In C, array indexing starts from:

21 / 30

C language was developed in which year?

22 / 30

What is the keyword used for recursion?

23 / 30

Switch statement works with which type of expressions?

24 / 30

Which parameter passing method does C use?

25 / 30

Which operator is used for modulo division in C?

26 / 30

Which of the following is the correct way to declare a pointer?

27 / 30

What is the output of:

 

 

 

int a=5;

printf(“%d”, ++a);

28 / 30

Which keyword is used to define a constant?

29 / 30

The base address of an array is:

30 / 30

What is the size of an int (generally on a 32-bit compiler)?

Your score is

0%

Scroll to Top