Question:Read the following two declaration statements.
1. #include <stdio.h>
2. #include "stdio.h"
Which of the following statements pertaining to the above two statements are correct? 

A For statement 1, the header file will be searched first in the local directory and then in the standard system directories such as "/usr/include" 

B For statement 1, the header file will be searched in the standard system directories such as "/usr/include" 

C For statement 2, the header file will be searched first in the local directory and then in the standard system directories such as "/usr/include" 

D For statement 2, the header file will be searched first in the local directory and then in the standard system directories such as "/usr/include" 

E None 

+ Answer
+ Report
Total Preview: 1305

Copyright © 2024. Powered by Intellect Software Ltd