What is #include called?


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 Macro and ordinary definition?

3 Answers   Bosch, Cognizant, College School Exams Tests, Motorola,


What is c variable?

0 Answers  


Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

2 Answers   Oracle,


what is used instead of pointers in java than c?

1 Answers   Vuram,


What is meant by gets in c?

0 Answers  






WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx

4 Answers  


Explain union. What are its advantages?

0 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


What is uint8 in c?

0 Answers  


What is time complexity c?

0 Answers  


The __________ attribute is used to announce variables based on definitions of columns in a table?

0 Answers  


Categories