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
i have a written test for microland please give me test pattern
What is realloc in c?
Explain what is the advantage of a random access file?
Can a program have two main functions?
What do you mean by a sequential access file?
Explain what does a function declared as pascal do differently?
When we use void main and int main?
What is a dynamic array in c?
What are the types of pointers?
Why functions are used in c?
Explain what happens if you free a pointer twice?
what do the 'c' and 'v' in argc and argv stand for?
Can you subtract pointers from each other? Why would you?
How does normalization of huge pointer works?
What is the difference between Printf(..) and sprint(...) ?