how many times of error occur in C

Answer Posted / ambar

3 types of errors in c are:
symmantic error(logical error)
syntax error(language gramatical error)
run time error(compilation or executing error)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is it important to memset a variable, immediately after allocating memory to it ?

1557


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1256


What is getch?

637


Why is c called a structured programming language?

686


Create a simple code fragment that will swap the values of two variables num1 and num2.

822






How can I ensure that integer arithmetic doesnt overflow?

612


Is c procedural or functional?

593


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

760


How do I create a directory? How do I remove a directory (and its contents)?

609


What is unsigned int in c?

565


Explain what is wrong with this program statement? Void = 10;

768


In which layer of the network datastructure format change is done

1439


What is difference between structure and union in c?

551


Why do some versions of toupper act strangely if given an upper-case letter?

637


What is #include conio h?

598