how many error occurs in C language ?

Answer Posted / guest

3 types of error occurs in c language ie syntax error,
segment error, and linking error.
syntax error and segment error occurs during compailation
and linking error occurs during runtime

Is This Answer Correct ?    58 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1731


What is the hardest programming language?

673


How can you restore a redirected standard stream?

613


Why can't I perform arithmetic on a void* pointer?

639


How the c program is executed?

636






Explain how can a program be made to print the line number where an error occurs?

699


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1500


Explain what is the difference between null and nul?

663


What are the advantages of using macro in c language?

596


What does c value mean?

633


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2457


What are formal parameters?

664


Define Array of pointers.

637


Why we use int main and void main?

541


What is the difference between near, far and huge pointers?

630