Explain 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 double pointer in c?

0 Answers  


Is stack a keyword in c?

0 Answers  


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  






Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


What is #define in c?

0 Answers  


Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


Explain which function in c can be used to append a string to another string?

0 Answers  


Why we use int main and void main?

0 Answers  


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


What is the use of sizeof () in c?

0 Answers  


Categories