answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How can a program be made to print the name of a source file where an error occurs?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When you compile a program do you have to give a command to print the source program?

No. You can compile without printing the source. Indeed, I know of no compiler that would allow a program's source to be printed while it is being compiled. They are completely separate and unrelated tasks.


What is stdin stdout and stderr in c?

stdin is short for "standard input." When you input data into the terminal while the program is running, this is where it goes.stdout is short for "standard output." This is where all of the data that you print out of your program (via printf(), puts(), etc.) goes. stderr is short for "standard error." This is where you should print your error messages to (via fprintf(), fputs(), etc.).


What doea a print overrun error mean?

A print overrun occurs when a page image cannot be processed and rendered as quickly as the laser printer engine drives the page through the printer. This results in pages that are not completely printed.


List the steps to get a printed screen of an error message?

The list of steps to get a printed screen of an error message begin with pressing the Print Screen key on your keyboard once. Look for the PrtScn key. The next step is to open an image editing program and paste the image into it. You can then save and print the image.


What is an example of non print source?

a NON print source is a source that is not printed, like electronic media. A website.


What is a sentence for print source?

If you need help with a printer just go to the print source.


What is happening in the print in source 2?

What is happening in the print in source is that various documents are being published.


When you try to print screen you are getting an error message saying Error getting the clipboard data?

Try ALT+CTRL+PRINT SCREEN


Write a unix program to print print a pattern?

echo 'print a pattern'


What is a print source?

A print source is a source printed on paper. EX: a book.


What is the difference between print and noprint sources?

A print source could be a newspaper, book, for instance.A no-print source could be a verbal speaking of information.


Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?