how many error occurs in C language ?

Answers were Sorted based on User's Feedback



how many error occurs in C language ?..

Answer / d.v.s.rama krishna

according to the program coding the error occurs. basically
there are only three types of errors. the type of error may
decided from these.

Is This Answer Correct ?    2 Yes 0 No

how many error occurs in C language ?..

Answer / lnk

Compile Time Errors :
mostly because of false syntax used or no return
values assigned ...

Run time Errors :
allt he errors that occur during execution

Is This Answer Correct ?    3 Yes 1 No

how many error occurs in C language ?..

Answer / swapnashree pradhan

There r two types of errors r occurs first is the compiling
and second is the run time error .compiling error r two
types syntax error ,segment error.then run runtime error r
two types logical error, linking error
.

Is This Answer Correct ?    1 Yes 0 No

how many error occurs in C language ?..

Answer / santosh kumar sharma

Basically there are only two type of error
(1) compile time error
(2) run time error
In compile time error there are two types of error first is
syntex error and second is segment error.
In run time error there are also two types of erro logical
error and linking error

By santosh kumar sharma

Is This Answer Correct ?    2 Yes 2 No

how many error occurs in C language ?..

Answer / umesh

all ans is currect

Is This Answer Correct ?    0 Yes 0 No

how many error occurs in C language ?..

Answer / ravi kumar

There are 3 types of Errors in c Language
1. Syntax Errors
2. Linked Errors
3. Runtime Errors

Is This Answer Correct ?    2 Yes 3 No

how many error occurs in C language ?..

Answer / mrs.ahmer

There are three types of errors in C language.
1:syntax error:-It occurs if The statement terminator is
missing at the end of statement,A misspelled keyword is
used in the program,Any of the delimiters is missing.

2:Logical error:-It occurs due to wrong logic of
programmer.it usually occurs when programmer writes wrong
formula to calculate the result.

3:Runtime error:-A type of error that occurs during the
execution of a program is known as runtime error.If user
may ask the program to open a file that does not exist or
the user may enter wrong type of data.

Is This Answer Correct ?    1 Yes 2 No

how many error occurs in C language ?..

Answer / satya prakash

I think there are four error in c language symtex
error,logical error(sementex error) run time error, linking
error

Is This Answer Correct ?    2 Yes 6 No

how many error occurs in C language ?..

Answer / gracy

when the question is correct the answer will be correct
with out errors

Is This Answer Correct ?    0 Yes 4 No

how many error occurs in C language ?..

Answer / mohmedali

errors depends on that programs and human mistakes.

Is This Answer Correct ?    20 Yes 27 No

Post New Answer

More C Interview Questions

What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation

10 Answers   IBM,


a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


What is abstract data structure in c?

0 Answers  


In header files whether functions are declared or defined?

1 Answers   TCS,


Process by which one bit pattern in to another by bit wise operation is?

0 Answers   InterGraph,






there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


how logic is used

0 Answers  


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.

9 Answers   Adobe,


What is modifier & how many types of modifiers available in c?

0 Answers  


What does 3 periods mean in texting?

0 Answers  


Explain how to reverse singly link list.

0 Answers  


Categories