What are the two forms of #include directive?


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

Post New Answer

More C Interview Questions

What is dangling pointer in c?

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


What is the c value paradox and how is it explained?

0 Answers  


why ordinary variable store the later value not the initial

1 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  






What is the use of static variable in c?

0 Answers  


When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

1 Answers   Accenture, IBM,


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


How many header files are in c?

0 Answers  


write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


What is queue in c?

0 Answers  


Categories