how many error occurs in C language ?
Answer Posted / ravi kumar
There are 3 types of Errors in c Language
1. Syntax Errors
2. Linked Errors
3. Runtime Errors
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Why header file is used in c?
Differentiate between #include<...> and #include '...'
int i=10; printf("%d %d %d", i, i=20, i);
What is oops c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Write a program to print factorial of given number using recursion?
What is dynamic dispatch in c++?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is c language and why we use it?
Is calloc better than malloc?
program for reversing a selected line word by word when multiple lines are given without using strrev
Explain how can you tell whether two strings are the same?