Differentiate between #include<...> and #include '...'


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

Post New Answer

More C Interview Questions

What is the difference between variable declaration and variable definition in c?

0 Answers  


What are the keywords in c?

0 Answers  


Write a program to print "hello world" without using a semicolon?

0 Answers  


What is far pointer in c?

0 Answers  


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,






How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)

1 Answers   iLantus, Subex,


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


What are the advantages and disadvantages of a heap?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


What is the use of f in c?

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


Is register a keyword in c?

0 Answers  


Categories