What is the difference between #include <header file> and #include “header file”?


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

Post New Answer

More C Interview Questions

How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


What are qualifiers and modifiers c?

0 Answers  


Write a program to print fibonacci series using recursion?

0 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

0 Answers   KPIT,


How can my program discover the complete pathname to the executable from which it was invoked?

0 Answers  


What does it mean when a pointer is used in an if statement?

0 Answers  


Explain why C language is procedural?

0 Answers   GE,


What is the difference between declaring a variable and defining a variable?

0 Answers  


How can I implement sets or arrays of bits?

0 Answers  


What are the different properties of variable number of arguments?

0 Answers  


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

0 Answers  


Categories