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 copy string?

2 / 76

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

3 / 76

C is _____ Language?

4 / 76

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

5 / 76

Which of the following symbol is valid identifier?

6 / 76

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

7 / 76

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

8 / 76

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

9 / 76

C Language developed at _____?

10 / 76

Which of the following statement is not true?

11 / 76

Which function is used to display a string?

12 / 76

What is the output of expression : 7%3

13 / 76

A string constant in C is terminated by

14 / 76

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

15 / 76

Which of the following is not an arithmetic operator?

16 / 76

Which one is output function?

17 / 76

What is the work of break keyword?

18 / 76

The operator & is used for

19 / 76

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

20 / 76

Which loop executes at least once

21 / 76

Which among the following is an unconditional control structure?

22 / 76

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

23 / 76

A string in C is

24 / 76

What is program?

25 / 76

Which of the following is interpreted language?

26 / 76

Which of the following is not a loop used in C

27 / 76

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

28 / 76

Which is the right way to declare constant in C?

29 / 76

Which component is not required to define a simple loop?

30 / 76

The continue statement cannot be used with ____

31 / 76

Which operator is used to find remainder of two integers?

32 / 76

Which of the following statement is not true?

33 / 76

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

34 / 76

This of the following statement is not true

35 / 76

Which of the following symbol is not a valid keyword

36 / 76

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

37 / 76

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

38 / 76

Which operators are known as ternary operators?

39 / 76

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

40 / 76

Number of keywords present in C languages is?

41 / 76

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

42 / 76

C program are converted into machine language with the help of

43 / 76

Which of the following statement is not true??

44 / 76

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

45 / 76

What is the maximum length of a C string?

46 / 76

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

47 / 76

Which of the following is not true?

48 / 76

A labeled statement consist of an identifier followed by

49 / 76

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

50 / 76

The operator && is an example of ____ operator.

51 / 76

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

52 / 76

Operator % in C language is called?

53 / 76

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

54 / 76

A C string element is always stored in?

55 / 76

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

56 / 76

Who is the father of C programming?

57 / 76

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

58 / 76

Which type of constant is defined by using #define?

59 / 76

Which statement is not true?

60 / 76

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

61 / 76

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

62 / 76

Array elements are always store in ________ memory location

63 / 76

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

64 / 76

Which one is input function?

65 / 76

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

66 / 76

Which keyword can be used for coming out of recursion?

67 / 76

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

68 / 76

Null character is represented by

69 / 76

Which of the following statement is correct?

70 / 76

Among unary operation which operator represents increment?

71 / 76

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

72 / 76

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

73 / 76

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

74 / 76

The Expression : a+=4 means

75 / 76

Which of the following statement is not true?

76 / 76

What is the use of sqrt() library function?

Your score is

The average score is 57%

0%