ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
how many error occurs in C language ?
 Question Submitted By :: Rusmguys
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how many error occurs in C language ?
Answer
# 1
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 ?    18 Yes 9 No
Kawal
 
  Re: how many error occurs in C language ?
Answer
# 2
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 ?    15 Yes 7 No
Guest
 
 
 
  Re: how many error occurs in C language ?
Answer
# 3
3 errors syntax and segment during compilation and logical
during runtime
 
Is This Answer Correct ?    8 Yes 3 No
Swapnil
 
  Re: how many error occurs in C language ?
Answer
# 4


     we canot say that c language has how many errors
          
     it is based on paticular program
 
Is This Answer Correct ?    4 Yes 11 No
Kalpana.y
 
  Re: how many error occurs in C language ?
Answer
# 5
errors depends on that programs and human mistakes.
 
Is This Answer Correct ?    5 Yes 7 No
Mohmedali
 
  Re: how many error occurs in C language ?
Answer
# 6
Hi kalpana please read and understand the question properly 
before answering the question,please dont be too smart.
 
Is This Answer Correct ?    4 Yes 4 No
Yuvaraj
 
  Re: how many error occurs in C language ?
Answer
# 7
there are many types of errors in c
 
Is This Answer Correct ?    4 Yes 3 No
Abhinav
 
  Re: how many error occurs in C language ?
Answer
# 8
How can we say how many errors in C language,but Usually 
Every Language has some errors like Syntaical and 
Symantical Errors
Syntatical Errors are the error in the syntax like int x.
but here instead of  semi colon we palce dot that is the 
syntatical error.
Symantical Errors: The errors are in the symantics like If 
is the keyword instead of that we write ef
then the meaning is changed that is symantical errors.
The above two errors are Compile time errors and we have 
some runtime errors.They are due to some infinite loops 
garbage collection or memory shortage or wrong Inputs
 
Is This Answer Correct ?    7 Yes 1 No
Jayasrinivas.donavalli
 
  Re: how many error occurs in C language ?
Answer
# 9
many types error in c language but commonly three types of 
error first one syntax error means if any one create a 
program in c language to write some codings at that time 
the person declared a variable properly for ex:
he create a coding intx; no space in variable name and data 
type at that he compiling the program system ask one error 
in your program the error is syntax error in particular 
line you will not declared properly.
second one logical error
logical error means some input function are output function 
is typed wrong at that this type of error occur in your 
program for ex: you type input function scan(""); 
this type of error is run time error
 
Is This Answer Correct ?    4 Yes 1 No
Ramajayam
 
  Re: how many error occurs in C language ?
Answer
# 10
I think that the question is HOW many errors and not how many types of errors.
According to me the answer is 26
Because maximum of 25 errors are counted by the C compiler in any program and the 26th error is "TOO MANY ERRORS".

So the answer in 26...
 
Is This Answer Correct ?    1 Yes 1 No
Arpit Dhandhania
 
  Re: how many error occurs in C language ?
Answer
# 11
I think there are four error in c language  symtex 
error,logical error(sementex error) run time error, linking 
error
 
Is This Answer Correct ?    0 Yes 0 No
Satya Prakash
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision Qualcomm6
c program to add and delete an element from circular queue using array  1
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? } NDS13
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 } Wipro4
what is the difference between strcpy() and memcpy() function?  1
Write a program for deleting duplicate elements in an array Subex3
what will happen if you free a pointer twice after allocating memory dynamically ? Novell2
what is array?  6
how to find a 5th bit is set in c program IBM3
What should be keep precautions while using the recursion method?  1
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.  1
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer  1
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?  2
write the program for maximum of the following numbers? 122,198,290,71,143,325,98  4
What is the difference between null pointer and void pointer CTS3
what is the maximum limit of row and column of a matrix in c programming. in linux .  1
wats the diference btwen constant pointer and pointer to a constant.pls give examples.  6
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%  4
IS STRUCTURES CAN BE USED WITHIN AN ARRAY? Caritor7
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??  4
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com