1. #ifdef
2. #define
3. #endif
4. all of the mentioned
all of the mentioned
1. #
2. $
3. ” ”
4. &
#
1. When former is used, current directory is searched and when latter is used, standard directory is searched
2. When former is used, standard directory is searched and when latter is used, current directory is searched
3. When former is used, search is done in implementation defined manner and when latter is used, current directory is searched
4. For both, search for ‘somelibrary’ is done in implementation-defined places
When former is used, standard directory is searched and when latter is used, current directory is searched
1. 7
2. 127
3. 255
4. No limits
No limits
1. Jagged Array
2. Rectangular Array
3. Cuboidal Array
4. Multidimensional Array
Jagged Array
1. char *
2. struct
3. void
4. none of the mentioned
none of the mentioned
1.
2.
3.
4.
<stdarg.h>
1. Standard input
2. Standard output
3. Standard error
4. All of the mentioned
All of the mentioned
1. int
2. char *
3. struct
4. None of the mentioned
struct
1. 1 bit
2. 2 bits
3. 1 Byte
4. 2 Bytes
1 Byte