Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is wrong with this code?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

0 Answers   IBM,


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


What are the Advantages of using macro

0 Answers  


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


Why do we use stdio h and conio h?

0 Answers  


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


what is develop in c language

2 Answers  


program to print circle structure

1 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


Categories