how many error occurs in C language ?
Answer Posted / 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 View All Answers
Hi can anyone tell what is a start up code?
What is stack in c?
How to explain the final year project as a fresher please answer with sample project
What are the features of c language?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Here is a good puzzle: how do you write a program which produces its own source code as output?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
writ a program to compare using strcmp VIVA and viva with its output.
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What are pragmas and what are they good for?
What is the best way to store flag values in a program?
How is null defined in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is typedef?
What is dynamic variable in c?