how many error occurs in C language ?
Answers were Sorted based on User's Feedback
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 |
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
Is a house a shell structure?
how can we Declare a variable in c without defining it.
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
how memory store byte
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
What are the types of bitwise operator?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
how to find string length wihtout using c function?
how to swap 2 numbers in a single statement?
What are the types of type specifiers?
How can I invoke another program or command and trap its output?