how many error occurs in C language ?
Answer Posted / kalpana.y
we canot say that c language has how many errors
it is based on paticular program
| Is This Answer Correct ? | 20 Yes | 42 No |
Post New Answer View All Answers
Explain how can you tell whether a program was compiled using c versus c++?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How main function is called in c?
What is the difference between malloc() and calloc() function in c language?
What does the error 'Null Pointer Assignment' mean and what causes this error?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Differentiate abs() function from fabs() function.
What is getch c?
What is indirection? How many levels of pointers can you have?
What is #line?
What are multidimensional arrays?
Why C language is a procedural language?
Is c# a good language?
What is a pointer and how it is initialized?
What is the difference between array and structure in c?