how many error occurs in C language ?
Answer Posted / jayasrinivas.donavalli
How can we say how many errors in C language,but Usually
Every Language has some errors like Syntaical and
Symantical Errors
Syntatical Errors are the error in the syntax like int x.
but here instead of semi colon we palce dot that is the
syntatical error.
Symantical Errors: The errors are in the symantics like If
is the keyword instead of that we write ef
then the meaning is changed that is symantical errors.
The above two errors are Compile time errors and we have
some runtime errors.They are due to some infinite loops
garbage collection or memory shortage or wrong Inputs
| Is This Answer Correct ? | 26 Yes | 6 No |
Post New Answer View All Answers
Describe how arrays can be passed to a user defined function
Why c is known as a mother language?
Write the control statements in C language
How do I use strcmp?
What is wrong with this program statement? void = 10;
What is bss in c?
What are the loops in c?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What are the key features in c programming language?
What is #define size in c?
What are the disadvantages of c language?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is difference between array and structure in c?
difference between native and cross compilers
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none