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 is the c language function prototype?

0 Answers  


How to implement variable argument functions ?

1 Answers   HP,


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};

5 Answers  


What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


What are the types of c language?

0 Answers  


write a program to find the frequency of a number

4 Answers   Infosys,


Is it valid to address one element beyond the end of an array?

0 Answers  


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


What is class and object in c?

0 Answers  


Categories