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
What is the size of enum in bytes?
What is hashing in c language?
What is static and auto variables in c?
What are the application of void data type in c?
How to write a code for reverse of string without using string functions?
What are formal parameters?
What is the difference between declaring a variable and defining a variable?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is far pointer in c?
Explain b+ tree?
how should functions be apportioned among source files?
What does %d do?
What is static identifier?
How are Structure passing and returning implemented by the complier?
What is p in text message?