By using C language input a date into it and if it is right?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

differnce between do and do while

3 Answers   DOEACC,


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?

1 Answers  


What is scope of variable in c?

0 Answers  


What is the advantage of a random access file?

0 Answers  


Expand the following LKB BKL FFG

0 Answers  


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!+....

2 Answers   Ignou,


Differentiate between Macro and ordinary definition.

0 Answers   Motorola,


What are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


How do you override a defined macro?

0 Answers  


Determine if a number is a power of 2 at O(1).

2 Answers  


Categories