What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?


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

Post New Answer

More C Interview Questions

Why c is called top down?

0 Answers  


accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input

1 Answers  


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

0 Answers  


Can include files be nested?

0 Answers  


write a program to swap two variables a=5 , b= 10 without using third variable

5 Answers  






What is the purpose of 'register' keyword?

0 Answers  


Write a c pgm for leap year

11 Answers   College School Exams Tests, IBM, TCS,


What does int main () mean?

0 Answers  


Explain pointer. What are function pointers in C?

0 Answers   HCL,


What are the 3 types of structures?

0 Answers  


# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }

5 Answers  


How do I use strcmp?

0 Answers  


Categories