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
Implement bit Array in C.
Why main is not a keyword in c?
Is there sort function in c?
what is the function of pragma directive in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How can I find out how much free space is available on disk?
What is meant by errors and debugging?
Which is best book for data structures in c?
What is a structure in c language. how to initialise a structure in c?
What is difference between far and near pointers?
What are header files in c programming?
What are enums in c?
What is the purpose of 'register' keyword in c language?
What is C language ?
When should a type cast not be used?