answersLogoWhite

0


Best Answer

Diagnostic output is any output which is generated in response to an error in the program and which will help find and fix the problem.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is diagnostic output in programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In programming can output be formatted?

Yes.


What is answer set programming?

programming is set and develop for software &what uou want you will get output


What is printing out and inputting variable in C programming?

input and output


What is a scan tool for PT Cruiser?

It is a diagnostic tool that communicates with the computers on the vehicle. It is used to read and clear codes, watch sensor data, and for programming functions.It is a diagnostic tool that communicates with the computers on the vehicle. It is used to read and clear codes, watch sensor data, and for programming functions.


Which is the base class for all derived classes in input output programming?

ios_base


Is the final output of PHP is in HTML?

Yes. For every web based programming language the final output is browser readable html text


Which type of DTCs present before programming should be given highest diagnostic priority?

U codes should be addressed first. They are communication codes that could affect effective programming.


What is interlock in PLC programming?

A series of conditions must be met to affect an output condition.


What is boolean in programming?

Boolean is a 'true or false' logic in programming - if you define a function as a Boolean function, the only inputs it can have are true or false, and the output will vary dependant on the input


What does diagnostic trouble code P0602 on 99 Chevy Malibu mean?

Trouble code P0602 means:Control module programming error


What is the diagnostic code P1389 on a 2003 Dodge Grand?

P1389 No Auto Shutdown (ASD) Relay Output Voltage At PCM


How are input and output functions are accessed in C programming?

The most common way to invoke an input/output function is calling it by its name. Example with function puts:puts ("Hello world");