how many error occurs in C language ?
Answer Posted / abhinav
there are many types of errors in c
| Is This Answer Correct ? | 23 Yes | 18 No |
Post New Answer View All Answers
If errno contains a nonzero number, is there an error?
write a program to create a sparse matrix using dynamic memory allocation.
Why main is used in c?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Why c is a mother language?
What is a ternary operator in c?
Explain what is meant by high-order and low-order bytes?
What are the advantages of union?
What is the significance of c program algorithms?
What are valid operations on pointers?
Why do we use c for the speed of light?
What extern c means?
What is structure pointer in c?
Subtract Two Number Without Using Subtraction Operator
What is c language in simple words?