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 are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


What is array within structure?

0 Answers  


What is the difference between declaring a variable and defining a variable?

0 Answers  


write a program that explain #define and # undef directive

1 Answers  


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


Why do we use int main instead of void main in c?

0 Answers  


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

0 Answers  


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


prog for 1st five prime numbers in 2^x - 1

0 Answers  


find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,


What is a char in c?

0 Answers  


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


Categories