What is the difference between the two declarations?#include <stdio.h>&#include "stdio.h"A. No differenceB. The second declaration will not compileC. First case compiler looks in all default location and in 2nd case only in the working directoryD. Depends on the compiler

Showing Answers 1 - 19 of 19 Answers

sravankumar uppala

  • Dec 28th, 2005
 

C. First case compiler looks in all default location and in 2nd case only in the working directory

  Was this answer useful?  Yes

ramana

  • Nov 15th, 2007
 

my choice is "c"

  the include<stdio.h> searches in the all deafault locations,

where as include"stdio.h" looks in the current working directory

  Was this answer useful?  Yes

aksha

  • Aug 1st, 2016
 

C is correct one

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions