how many error occurs in C language ?

Answer Posted / arpit dhandhania

I think that the question is HOW many errors and not how many types of errors.
According to me the answer is 26
Because maximum of 25 errors are counted by the C compiler in any program and the 26th error is "TOO MANY ERRORS".

So the answer in 26...

Is This Answer Correct ?    21 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of realloc()?

660


Explain what are preprocessor directives?

615


what do you mean by enumeration constant?

588


How does #define work?

638


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

972






What does char * * argv mean in c?

615


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

1950


What is the difference between fread buffer() and fwrite buffer()?

665


The difference between printf and fprintf is ?

708


Why clrscr is used in c?

570


How do we print only part of a string in c?

579


What is the use of sizeof?

542


explain how do you use macro?

656


Difference between pass by reference and pass by value?

647


What are lookup tables in c?

540