how many error occurs in C language ?
Answer Posted / swapnil
3 errors syntax and segment during compilation and logical
during runtime
Is This Answer Correct ? | 32 Yes | 17 No |
Post New Answer View All Answers
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
How are Structure passing and returning implemented by the complier?
What is the use of volatile?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Differentiate between declaring a variable and defining a variable?
What are static variables in c?
When c language was developed?
Why is structure padding done in c?
What is #define size in c?
What is the purpose of the statement: strcat (S2, S1)?
Differentiate abs() function from fabs() function.
What is #include called?
What are the advantages of Macro over function?
What is bash c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)