Explain what is the difference between #include and #include 'file' ?


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

Post New Answer

More C Interview Questions

Is main a keyword in c?

0 Answers  


Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


What does #pragma once mean?

0 Answers   Celstream,


What is #include stdio h and #include conio h?

0 Answers  


. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 Answers  






What is assert and when would I use it?

0 Answers  


Tell me can the size of an array be declared at runtime?

0 Answers  


What are local static variables? How can you use them?

0 Answers  


application of static variables in real time

1 Answers   Bosch,


Who is the founder of c language?

0 Answers  


Explain zero based addressing.

0 Answers  


What is the diffrent between while and do while statement ?

6 Answers  


Categories