Explain the difference between #include "..." And #include <...> In c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


Is r written in c?

0 Answers  


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 Answers   CSC,


from which concept of 'c', the static member function of 'c++' has came?

1 Answers   Bosch,


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


difference between function & structure

9 Answers   Verizon,


What is spark map function?

0 Answers  


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

0 Answers   Huawei,


Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4

3 Answers  


Categories