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 do u use # before include in a C Progam?

9 Answers   IBM,


What are the primitive data types in c?

0 Answers  


Write a program that his output 1 12 123

0 Answers  


Can static variables be declared in a header file?

0 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  






biggest of two no's with out using if condition statement

8 Answers  


Which is better between malloc and calloc?

0 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,


write a program to generate 1st n fibonacci prime number

12 Answers  


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


What is "Duff's Device"?

0 Answers   Celstream,


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


Categories