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
Give the rules for variable declaration?
What is the use of typedef in c?
Why can't I perform arithmetic on a void* pointer?
Give differences between - new and malloc() , delete and free() ?
When should the const modifier be used?
Explain is it better to bitshift a value than to multiply by 2?
What is the purpose of realloc()?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
How to implement a packet in C
why wipro wase
Can you return null in c?
Which is more efficient, a switch statement or an if else chain?
How many main () function we can have in a project?
Explain how are 16- and 32-bit numbers stored?