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

write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

0 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


Explain how do you convert strings to numbers in c?

0 Answers  


What does volatile do?

0 Answers  


What is the difference between #include and #include 'file' ?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What is wrong with this program statement? void = 10;

0 Answers  


What is the difference between void main and main in c?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


Categories