Q51. Arguments can be passed to functions by sending the addresses of the arguments :
a) call by value
b) call by reference
c) both
d) none
(b)
Q52. The different ways in which data can be organized is
a) data
b) data structures
c) hashing
d) database management system
(b)
Q53. Stack follows ________ data structure.
a) FIFO
b) LIFO
c) linear
d) non-linear
(b)
Q54. Macros can be split into multiple lines with a _________ present at the end of line.
a) \
b) /
c) *
d) ->
(a)
Q55. Following operations can be performed using pointers :
a) Addition of two pointers
b) Subtraction of two pointers
c) Increment
d) Decrement
(a)

Thanks For Your Support.
Good work. Keep it up!!!
great work bro
Good Work Shrey Sir and his team:)
How many keywords are there in Standard C programming language ? Ans is 32 not 44
Standard C has 44 keywords including C89 – 32, C99 – 5, C11 – 7.