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

What does sizeof function do?

606


What is the correct declaration of main?

666


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2640


pierrot's divisor program using c or c++ code

1719


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15479






What is the explanation for cyclic nature of data types in c?

639


Where can I get an ansi-compatible lint?

634


Where does the name "C" come from, anyway?

632


What was noalias and what ever happened to it?

584


Explain what are multibyte characters?

616


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

1000


Explain what is the difference between functions getch() and getche()?

597


What is the difference between if else and switchstatement

1306


Explain high-order and low-order bytes.

659


What is #define?

569