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


Please Help Members By Posting Answers For Below Questions

Why header file is used in c?

796


Differentiate between #include<...> and #include '...'

831


int i=10; printf("%d %d %d", i, i=20, i);

1328


What is oops c?

863


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?

802


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?

2203


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

850


Write a program to print factorial of given number using recursion?

810


What is dynamic dispatch in c++?

792


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

4120


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

1648


What is c language and why we use it?

822


Is calloc better than malloc?

800


program for reversing a selected line word by word when multiple lines are given without using strrev

2196


Explain how can you tell whether two strings are the same?

829