Answer Posted / arun
syntax Error,
compile time Error,
runtime Error...
we cont consider logical Errors as Errors...
it is consider to be bugs...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does return 1 means in c?
write a c program for swapping two strings using pointer
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is putchar() function?
What are qualifiers in c?
What is operator precedence?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How is null defined in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Write a C program to count the number of email on text
What is far pointer in c?
How can I find the modification date of a file?
What is strcmp in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
When do we get logical errors?