answersLogoWhite

0

What are the c program errors?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

Here is some examples:

#inlude <siotd.h>

main int (argc int, argv **int)

{

outs ("Won't compile");

return 0;

}

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is main function used in c?

if you do not used main function in c program when errors are accrued


How do you check errors in turbo c?

Most programming languages have a 'debugger' to indicate where coding errors are. Look in the help pages of your Turbo C program


What are the drawbacks to c compiler?

It cannot automatically correct the errors of the source program.


Memory is empty but it says memory full in data c?

You have one or more errors in your program.


Examples of logical errors in c program?

Logical errors :- These errors occur because of logically incorrect instructions in the program. Let us assume that in a 1000 line program, if there should be an instruction, which multiplies two numbers and is wrongly written to perform addition. This logically incorrect instruction may produce wrong results. Detecting such errors are difficult.


Features of c program?

the features of a C program


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


Which error is difficult to find and why in c?

Logic errors are often the most difficult to find in C programming because they do not produce compiler errors or crashes; instead, they result in incorrect program behavior or output. These errors stem from flaws in the program's logic, such as incorrect algorithms or conditions that don’t account for all scenarios. Debugging logic errors usually requires careful analysis of the code and thorough testing, making them less straightforward to identify compared to syntax or runtime errors.


What is debugging in c plus plus?

Debugging is a way of running the program to locate any errors that may arise at run-time.


What is executive a c program?

I think it is 'execution of a C program'.


C program on left factoring in compiler design?

how to create a c program for left factoring.


What component does the program scandisk check?

Scandisk is a utility program that checks and repairs file system errors on a computer's hard drive. It scans the disk's file structure, looking for errors such as bad sectors, lost clusters, and cross-linked files.