how many error occurs in C language ?
Answers were Sorted based on User's Feedback
Answer / 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 |
What does d mean?
what will be the output for the following main() { printf("hi" "hello"); }
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
How to convert decimal to binary in C using recursion??
A program to write a number of letters and numbers, such as counting and display
What is the function of multilevel pointer in c?
Is there any demerits of using pointer?
Why string is used in c?
Why & is used in c?
Explain demand paging.
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Differentiate abs() function from fabs() function.