Answer Posted / pressi
There are three types of errors in C
Compiler, Logical, Run-Time errors
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain a file operation in C with an example.
What is dangling pointer in c?
Why is c platform dependent?
What kind of structure is a house?
What is the difference between the expression “++a” and “a++”?
How many types of operators are there in c?
List the different types of c tokens?
What is file in c language?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Should a function contain a return statement if it does not return a value?
What is static memory allocation? Explain
What are the types of i/o functions?
Explain goto?
Explain heap and queue.
What is data types?