What is #line?


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

Post New Answer

More C Interview Questions

What is the size of enum in c?

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


What is a file descriptor in c?

0 Answers  


Where register variables are stored in c?

0 Answers  


What's the right way to use errno?

0 Answers  






Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 Answers   Oracle,


What do you mean by c?

0 Answers  


mplementation of stack using any programing language

1 Answers   Marlabs,


What is the use of void pointer and null pointer in c language?

0 Answers  


write a program to add two numbers of any size.....(remember any size)

1 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


Categories