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


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

Post New Answer

More C Interview Questions

What are static variables in c?

0 Answers  


What are the commands should be given before weiting C Program i.e, Cd.. like

4 Answers   IBM, Infonet, Satyam, Tech Mahindra,


How can I get random integers in a certain range?

0 Answers  


What is the difference between a structure and a union?

2 Answers  


Explain modulus operator.

0 Answers  


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


What is integer constants?

0 Answers  


When should a far pointer be used?

0 Answers   Aspire, Infogain,


What does & mean in scanf?

0 Answers  


What are identifiers in c?

0 Answers  


Explain what are multibyte characters?

0 Answers  


When should I declare a function?

0 Answers  


Categories