Why is sizeof () an operator and not a function?
No Answer is Posted For this Question
Be the First to Post Answer
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 is the difference b/w NULL and null?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
What is call by reference in functions?
Is anything faster than c?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
plz answer..... a program that reads non-negative integer and computes and prints its factorial
convert 12345 to 54321 withoutusing strig
What is the difference between volatile and const volatile?
How are structure passing and returning implemented?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
Is malloc memset faster than calloc?