Programmin Conceps and Logics | Check Your Level | MCQ

Programming Concepts & Logics

This MCQ helps to check levels of:
your understanding on programming languages
underadatnd about compiler, interpreter and Assembler
different High level languages
different types of errors in programming
control structure
Program design tools
types of data
I/O function, operator and many more

1 / 76

Which function is used to display a string?

2 / 76

Which of the following symbol is used to denote a pre-processor statement?

3 / 76

This of the following statement is not true

4 / 76

What is the work of break keyword?

5 / 76

Which among the following is an unconditional control structure?

6 / 76

Which type of type specifier is used to hold  integer type data?

7 / 76

_____ is a picture in which the flows of computational paths are depicted.

8 / 76

What is the use of sqrt() library function?

9 / 76

Which of the following statement is correct?

10 / 76

The activity of removing an error in the program is called _____

11 / 76

Which of the following operator reverse the result of expression its operators on?

12 / 76

C is _____ Language?

13 / 76

Among unary operation which operator represents increment?

14 / 76

Which pair of functions below are used for single character I/O

15 / 76

Which header file is essential for using strcmp() finction?

16 / 76

The process of translating a source program into machine language is a function of:

17 / 76

A labeled statement consist of an identifier followed by

18 / 76

Number of keywords present in C languages is?

19 / 76

Which of the following statement is not true??

20 / 76

C program are converted into machine language with the help of

21 / 76

A C string element is always stored in?

22 / 76

The ____ statement is used in the loops to skip a part of the loop and continue the next cycle of the loop.

23 / 76

Null character is represented by

24 / 76

C Language developed at _____?

25 / 76

Which escape character can be used to begin a new line in c?

26 / 76

Which of the following symbol is valid identifier?

27 / 76

Which of the following symbol is not a valid character set?

28 / 76

Which one is input function?

29 / 76

Array elements are always store in ________ memory location

30 / 76

Which of the following is not an arithmetic operator?

31 / 76

Which of the following is interpreted language?

32 / 76

What c function copies the contents of one string to another?

33 / 76

What is the maximum length of a C string?

34 / 76

Operator % in C language is called?

35 / 76

The continue statement cannot be used with ____

36 / 76

Which of the following character is used to terminate an instruction in C Program?

37 / 76

Which of the following is not a type of branching statement?

38 / 76

How long the following loop runs?  for(x=1;x=3;x++)

39 / 76

Which of the following statement is not true?

40 / 76

Which keyword can be used for coming out of recursion?

41 / 76

Which of the following format specifier is used for string data type?

42 / 76

What will be the value of y if x=8? Y=(x>6?4:6)

43 / 76

If you have to make decision based on multiple choices, which of the following is best suited?

44 / 76

Which type of constant is defined by using #define?

45 / 76

Which loop executes at least once

46 / 76

Which function is used to copy string?

47 / 76

Which of the following language is not a type of third generation language?

48 / 76

Which of the following is not a type of control structure?

49 / 76

The operator && is an example of ____ operator.

50 / 76

Which operators are known as ternary operators?

51 / 76

A string in C is

52 / 76

Which statement is not true?

53 / 76

How much memory should require holding long integer data in Computer?

54 / 76

Which one is output function?

55 / 76

++ Operator used within loops increment the value of variable by

56 / 76

Who is the father of C programming?

57 / 76

Which of the following statement is not true?

58 / 76

The operator & is used for

59 / 76

Which of the following is not basic data types in C language?

60 / 76

Which component is not required to define a simple loop?

61 / 76

What is program?

62 / 76

Which of the following symbol is not a valid keyword

63 / 76

This C function copies the contents of the source string at the end of the target string?

64 / 76

Every program in C has at least one function which is _________

65 / 76

A string constant in C is terminated by

66 / 76

What is the output of expression : 7%3

67 / 76

Which of the following is not true?

68 / 76

Which operator is used to find remainder of two integers?

69 / 76

The Expression : a+=4 means

70 / 76

Which of the following is format specification for printing string in printf()

71 / 76

Which is the unformatted input function to accept a multiword input in c language?

72 / 76

Which is the right way to declare constant in C?

73 / 76

Which component is not required in a simple if else statement?

74 / 76

Which of the following is not a loop used in C

75 / 76

Int len=strlen("Jamin Rai"); printf(%d",len);
What would be the value of len printed?

76 / 76

Which of the following statement is not true?

Your score is

The average score is 62%

0%

0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments