how many error occurs in C language ?

Answer Posted / swapnashree pradhan

There r two types of errors r occurs first is the compiling
and second is the run time error .compiling error r two
types syntax error ,segment error.then run runtime error r
two types logical error, linking error
.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of 'auto' keyword

892


why we wont use '&' sing in aceesing the string using scanf

2095


Explain data types & how many data types supported by c?

838


Explain how do you print an address?

922


Can you apply link and association interchangeably?

901


Why is sprintf unsafe?

827


What is the use of in c?

771


What are Macros? What are its advantages and disadvantages?

883


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1744


What are examples of structures?

814


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

868


What is a header file?

850


What are the rules for the identifier?

903


Why we use int main and void main?

810


State the difference between realloc and free.

851