What are the 4 data types?
No Answer is Posted For this Question
Be the First to Post Answer
what is real time system?what is the differance between hard and soft real time systems
What functions are in conio h?
What the advantages of using Unions?
What does void main () mean?
write a program to remove duplicate from an ordered char array? in c
Write a program to exchange two variaables without temp
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
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 c basic?
Is anything faster than c?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
What would be an example of a structure analogous to structure c?