Join our Telegram Channel

Chapterwise C Programming solved questions and answers for exam

Questions
11 An external variable is one
A Which resides in the memory till the end of the program
B Which is globally accessible by all functions
C Which is declared outside the body of any function
D All of the above

Answer: Option [D]

An external variable is the one which is created outside the body of the function, i.e. within the source code file. The scope of the external variable is till the end of the program.

12 When applied to a variable, what does the unary "&" operator yield?
A The variable's address
B The variables right value
C The variable's binary form
D The variable's value

Answer: Option [A]

The address of a variable is yield by the unary operator Address of. This unary operator "&" operates on only one operand.

Advertisement

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

13 The operator "&" is used for
A Bitwise AND
B Bitwise OR
C Logical AND
D Logical OR

Answer: Option [A]
14 Which are built-in data structures in C programming?
A Arrays
B Structures
C Files
D All of the above

Answer: Option [D]
15 The size of a character variable in C is
A 8 bytes
B 4 bytes
C 2 bytes
D 1 byte

Answer: Option [D]

Chapters

GkSeries apsc prelims 2023 test series

Today's Top Current Affairs

Current Affairs MCQs

State-wise Current Affairs

General Knowledge

Month-wise Current Affairs 2023

Category-wise Current Affairs

Jobs by Qualification

Free Mock Test