What are directives in c?
No Answer is Posted For this Question
Be the First to Post Answer
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
what is an ERP?
Can static variables be declared in a header file?
How can I change the size of the dynamically allocated array?
What is the benefit of using an enum rather than a #define constant?
Differentiate between the expression “++a” and “a++”?
How can I manipulate strings of multibyte characters?
Write a program that his output 1 12 123
what is the c.
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 does a pointer variable always consist of?
what is use#in c