Answer Posted / hardeep singh
this question is wrong. array name should be in small
letter.because c and c++ are case senstive.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
How many bytes is a struct in c?
Tell us bitwise shift operators?
Why is c so important?
Should I learn c before c++?
What is 02d in c?
What are structure types in C?
I need previous papers of CSC.......plz help out by posting them.......
How many types of operator or there in c?
What is the symbol indicated the c-preprocessor?
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!+....
Is main is user defined function?
How many types of operators are there in c?
Is there a way to switch on strings?
What library is sizeof in c?
What is volatile variable in c?