how many times of error occur in C

Answers were Sorted based on User's Feedback



how many times of error occur in C..

Answer / meenu

3 types of errors. logical , syntax and run time.

Is This Answer Correct ?    7 Yes 0 No

how many times of error occur in C..

Answer / preethi

2 types of error. syntax error and segmentation fault

Is This Answer Correct ?    5 Yes 2 No

how many times of error occur in C..

Answer / ram

4 logical,syntax,linking,runtime error

Is This Answer Correct ?    3 Yes 0 No

how many times of error occur in C..

Answer / swaran

2TYPES LOGICAL ERROR, SYNTAX ERROR

Is This Answer Correct ?    2 Yes 0 No

how many times of error occur in C..

Answer / priya

compilation error and run time error

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / vinay tiwari

there are three types of error in c
logical,syntax,linking error

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / pressi

There are three types of errors in C
Compiler, Logical, Run-Time errors

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / ambar

3 types of errors in c are:
symmantic error(logical error)
syntax error(language gramatical error)
run time error(compilation or executing error)

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / xyz

there is no limit......what
about.....lvalue&rvalue...headerfile...fatal eroor.....in
fatal error there re so many error...i think there is no
cunt on this

Is This Answer Correct ?    1 Yes 0 No

how many times of error occur in C..

Answer / song

syntax, logical, data

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is %lu in c?

0 Answers  


What is logical error?

0 Answers  


What is the right way to use errno?

0 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,






What is an volatile variable?

15 Answers   HP,


What is the benefit of using const for declaring constants?

0 Answers  


Explain how can I open a file so that other programs can update it at the same time?

0 Answers  


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 “****”.

0 Answers  


Which built-in library function can be used to match a patter from the string?

0 Answers  


Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.

2 Answers   Infosys,


What is operator promotion?

0 Answers  


Categories