how many error occurs in C language ?
Answer Posted / sarath
1-Compilation error
a)syntax error
b)segment error
2-Runtime error
a)logical error
b)linking error
most f de people here are knowledge banks, i knw
but whats the use if u cant be specific to qs askd?
hope firther posts wud be answered precisly atleast like
this...
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Are local variables initialized to zero by default in c?
How can I sort a linked list?
Where are c variables stored in memory?
Explain how can you determine the size of an allocated portion of memory?
What is size of union in c?
What do you understand by normalization of pointers?
why we wont use '&' sing in aceesing the string using scanf
Difference between pass by reference and pass by value?
What is the data segment that is followed by c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What does the function toupper() do?
What does nil mean in c?
write a program to copy the string using switch case?
Explain two-dimensional array.
What is pointer to pointer in c with example?