What are the two forms of the #include preprocessor
directive?



What are the two forms of the #include preprocessor directive? ..

Answer / anil

#include <>
#include ""

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More VC++ AllOther Interview Questions

Is it ok to uninstall microsoft visual c++?

0 Answers  


What is microsoft visual c++ 2008 redistributable and do I need it?

0 Answers  


How do you handle drag and drop in ole?

0 Answers  


Can I uninstall visual c++?

0 Answers  


#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}

1 Answers  






How do I install microsoft visual c++ 2015?

0 Answers  


What is the return value when the InsertItem function fails?

2 Answers  


Does visual c++ 2017 replace 2015?

0 Answers  


How many time DLLMain gets called?

1 Answers   Microsoft,


Is visual c++ still used?

0 Answers  


Is visual c++ a compiler?

0 Answers  


TO start the build process in Developer Studio Which keyboard function is used ?

4 Answers  


Categories