Explain what is the use of a semicolon (;) at the end of every program statement?
No Answer is Posted For this Question
Be the First to Post Answer
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
what is c programming?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
how to print this pyramid * * * * * * * * * * * * *
Explain the difference between exit() and _exit() 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 add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
What is void main () in c?
Explain what is the benefit of using #define to declare a constant?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What are the valid places to have keyword “break”?
an algorithem for the implementation of circular doubly linked list