how many error occurs in C language ?

Answer Posted / kawal

Errors may be compile time and run time. compile time
errors are the logical errors and syntax errors whic are
indicated by the compiler after the compilation errors. The
errors which occur after the copilation are runtime errors

Is This Answer Correct ?    103 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please give me some tips for the placement in the TCS.

1635


Explain is it better to bitshift a value than to multiply by 2?

720


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1522


How pointers are declared?

565


What is New modifiers?

674






What is the difference between functions getch() and getche()?

625


Why cant I open a file by its explicit path?

595


What is the process to create increment and decrement stamen in c?

590


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2614


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

636


What are enumerated types?

657


What are the differences between Structures and Arrays?

614


Why is c so powerful?

691


When should a far pointer be used?

607


Write a program which returns the first non repetitive character in the string?

606