Can you subtract pointers from each other? Why would you?
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!+....
difference between c and c++
c program to add and delete an element from circular queue using array
What is the difference function call by value & function call by reference?
write a program to find the frequency of a number
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
Explain the use of 'auto' keyword in c programming?
Stimulate calculator using Switch-case-default statement for two numbers
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
What is header file in c?