0
You visited us 0 times! Enjoying our articles? Unlock Full Access!
Question

Which of the following is a header file of C?
  1. String. h
  2. Stdlib. h
  3. type.h
  4. Ctype. h

A
Stdlib. h
B
type.h
C
String. h
D
Ctype. h
Solution
Verified by Toppr

Stdlib.h is not a header file of C.

stdlib.h is the header of the general purpose standard library of C programming language which includes functions involving memory allocation, process control, conversions and others. It is compatible with C++ and is known as cstdlib in C++. The name "stdlib" stands for "standard library".

A header file is generally used to define all of the functions, variables and constants contained in any function library that you might want to use.



910046_917045_ans_8860b55e06fe44efa2abe110836bd940.PNG

Was this answer helpful?
0
Similar Questions
Q1
Which of the following is a header file of C?
View Solution
Q2
ATM header is ____________.
View Solution
Q3
Which of the following file organizations is most efficient for a file with a high degree of the activity?
View Solution
Q4
Header of IP is fixed part of
View Solution
Q5
The IP header size is .............
View Solution