how many error occurs in C language ?

Answers were Sorted based on User's Feedback



how many error occurs in C language ?..

Answer / yogesh

183 types of Errors.

Is This Answer Correct ?    1 Yes 8 No

how many error occurs in C language ?..

Answer / kalpana.y




we canot say that c language has how many errors

it is based on paticular program

Is This Answer Correct ?    20 Yes 42 No

Post New Answer

More C Interview Questions

main() { printf("hello"); fork(); }

0 Answers   Wilco,


Can you apply link and association interchangeably?

0 Answers   InterGraph,


What is the purpose of 'register' keyword?

0 Answers  


What is the difference between functions abs() and fabs()?

0 Answers  


Write the control statements in C language

0 Answers   Atos Origin,






why TCS selected more student in the software field from all institution.

5 Answers   TCS,


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


Explain is it valid to address one element beyond the end of an array?

0 Answers  


Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


Describe the modifier in c?

0 Answers  


Categories