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                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
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 times of error occur in  C
 Question Submitted By :: Rusmguys
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how many times of error occur in C
Answer
# 1
2 types of error. syntax error and segmentation fault
 
Is This Answer Correct ?    1 Yes 1 No
Preethi
 
  Re: how many times of error occur in C
Answer
# 2
3 types of errors. logical , syntax and run time.
 
Is This Answer Correct ?    4 Yes 0 No
Meenu
 
 
 
  Re: how many times of error occur in C
Answer
# 3
4 logical,syntax,linking,runtime error
 
Is This Answer Correct ?    1 Yes 0 No
Ram
 
  Re: how many times of error occur in C
Answer
# 4
compilation error and run time error
 
Is This Answer Correct ?    1 Yes 0 No
Priya
 
  Re: how many times of error occur in C
Answer
# 5
there are three types of error in c
logical,syntax,linking error
 
Is This Answer Correct ?    0 Yes 0 No
Vinay Tiwari
 
  Re: how many times of error occur in C
Answer
# 6
2TYPES LOGICAL ERROR, SYNTAX ERROR
 
Is This Answer Correct ?    0 Yes 0 No
Swaran
 
  Re: how many times of error occur in C
Answer
# 7
syntax, logical, data
 
Is This Answer Correct ?    0 Yes 0 No
Song
 
  Re: how many times of error occur in C
Answer
# 8
There are three types of errors in C
Compiler, Logical, Run-Time errors
 
Is This Answer Correct ?    1 Yes 0 No
Pressi
 
  Re: how many times of error occur in C
Answer
# 9
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 ?    0 Yes 0 No
Ambar
 
  Re: how many times of error occur in C
Answer
# 10
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 ?    0 Yes 0 No
Xyz
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
what are far pointers?  1
What is the purpose of Scanf Print, getchar, putchar, function?  3
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort  2
What will happen when freeing memory twice  2
what is the difference between #include<stdio.h> and #include "stdio.h" ?  2
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output?? Ramco17
What should be keep precautions while using the recursion method?  1
what is the difference between const char *p, char const *p, const char* const p Accenture4
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage Accenture6
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none  5
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }  2
what is the mean of c languages. Polaris1
wap in c to accept n number display the highest and lowest value  2
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }  1
can we initialize all the members of union?  2
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST Adobe5
write program on arrays GE3
what r callback function?  1
HOW TO HANDLE EXCEPTIONS IN C  7
how to add numbers without using arithmetic operators. TCS13
 
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 © 2009  ALLInterview.com.  All Rights Reserved.

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