What is wrong with this program statement? void = 10;
No Answer is Posted For this Question
Be the First to Post Answer
What are valid operations on pointers?
What do you mean by c what are the main characteristics of c language?
What are local static variables? How can you use them?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
What is a static variable in c?
1 1 12 21 123 321 12344231 how i creat it with for loop??
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
what is the use of ‘auto’ keyword?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
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!+....
What are variables c?