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
How can I write a function that takes a format string and a variable number of arguments?
What do you mean by scope of a variable in c?
What is cohesion in c?
What is the difference between fread and fwrite function?
What is getch c?
Do you know the use of 'auto' keyword?
How can I send mail from within a c program?
Differentiate between functions getch() and getche().
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.
Why do we need arrays in c?
What is c mainly used for?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What does int main () mean?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What are the modifiers available in c programming language?