Answer Posted / a,dinesh kumar
16|4100
16|256-4
16|16-0
16|1-0
the answer is 4100->1004
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
write a programming in c to find the sum of all elements in an array through function.
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!+....
Write a program to implement queue.
What is const volatile variable in c?
Why c is called free form language?
What is the c language function prototype?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is a const pointer?
What are the advantage of c language?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is a file descriptor in c?
Explain how can you tell whether two strings are the same?
How do I copy files?
Explain how can you check to see whether a symbol is defined?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?