how many error occurs in C language ?

Answer Posted / kawal

Errors may be compile time and run time. compile time
errors are the logical errors and syntax errors whic are
indicated by the compiler after the compilation errors. The
errors which occur after the copilation are runtime errors

Is This Answer Correct ?    103 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between class and unio?

2097


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?

2152


The statement, int(*x[]) () what does in indicate?

892


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

3264


What is the method to save data in stack data structure type?

848


Explain what is the difference between a free-standing and a hosted environment?

902


What is structure packing in c?

815


What is c language used for?

722


Are there any problems with performing mathematical operations on different variable types?

794


What is dynamic memory allocation?

1046


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1196


shorting algorithmS

2016


What are data types in c language?

796


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1000


Can a pointer point to null?

784