(Tcs MCQS) : C Programming Language by K.V.Ramana Naresh Technologies
(Tcs MCQS) : C Programming Language by K.V.Ramana Naresh Technologies
(Tcs MCQS) : C Programming Language by K.V.Ramana Naresh Technologies
A. float
B. long int
C. double
Recursion is when:
A. A function calls itself
B. A function calls another function without passing any
parameters
C. A block of code is executed multiple times based on a
condition
D. A dummy function is expected to create time delays
Which of the following statements about stdout and stderr are true?
A. They both are the same
B. Run time errors are automatically displayed in stderr
C. Both are connected to the screen by default.
D. stdout is line buffered but stderr is unbuffered.