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

The file stdio.h, what does it contain?

656


Do you know the purpose of 'register' keyword?

636


How is = symbol different from == symbol in c programming?

602


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1880


How do you print an address?

736






How can I send mail from within a c program?

573


What are lookup tables in c?

540


Write a function that will take in a phone number and output all possible alphabetical combinations

592


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

577


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

616


Tell me is null always defined as 0(zero)?

664


What is the use of typedef in structure in c?

534


Write a program to swap two numbers without using the third variable?

587


What is #ifdef ? What is its application?

638


What is volatile keyword in c?

574