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

C is _____ Language?

2 / 76

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

3 / 76

Which loop executes at least once

4 / 76

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

5 / 76

The Expression : a+=4 means

6 / 76

Number of keywords present in C languages is?

7 / 76

This of the following statement is not true

8 / 76

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

9 / 76

What is program?

10 / 76

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

11 / 76

A string in C is

12 / 76

Which component is not required to define a simple loop?

13 / 76

Which one is input function?

14 / 76

Which one is output function?

15 / 76

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

16 / 76

Which operators are known as ternary operators?

17 / 76

Array elements are always store in ________ memory location

18 / 76

C program are converted into machine language with the help of

19 / 76

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

20 / 76

What is the use of sqrt() library function?

21 / 76

Which function is used to display a string?

22 / 76

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

23 / 76

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

24 / 76

Which of the following symbol is valid identifier?

25 / 76

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

26 / 76

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

27 / 76

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

28 / 76

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

29 / 76

Null character is represented by

30 / 76

Operator % in C language is called?

31 / 76

A string constant in C is terminated by

32 / 76

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

33 / 76

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

34 / 76

What is the maximum length of a C string?

35 / 76

Which of the following statement is not true?

36 / 76

Which of the following is not an arithmetic operator?

37 / 76

What is the work of break keyword?

38 / 76

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

39 / 76

The operator & is used for

40 / 76

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

41 / 76

The operator && is an example of ____ operator.

42 / 76

The continue statement cannot be used with ____

43 / 76

Which of the following statement is correct?

44 / 76

What is the output of expression : 7%3

45 / 76

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

46 / 76

Which among the following is an unconditional control structure?

47 / 76

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

48 / 76

Which of the following statement is not true?

49 / 76

Which of the following symbol is not a valid keyword

50 / 76

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

51 / 76

Which operator is used to find remainder of two integers?

52 / 76

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

53 / 76

A labeled statement consist of an identifier followed by

54 / 76

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

55 / 76

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

56 / 76

Which of the following is interpreted language?

57 / 76

Which of the following is not a loop used in C

58 / 76

Which is the right way to declare constant in C?

59 / 76

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

60 / 76

Which function is used to copy string?

61 / 76

Who is the father of C programming?

62 / 76

C Language developed at _____?

63 / 76

Which of the following statement is not true??

64 / 76

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

65 / 76

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

66 / 76

Among unary operation which operator represents increment?

67 / 76

Which statement is not true?

68 / 76

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

69 / 76

Which of the following statement is not true?

70 / 76

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

71 / 76

Which keyword can be used for coming out of recursion?

72 / 76

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

73 / 76

Which type of constant is defined by using #define?

74 / 76

A C string element is always stored in?

75 / 76

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

76 / 76

Which of the following is not true?

Your score is

The average score is 57%

0%