write a C program: To recognize date of any format even
formats like "feb-02-2003","02-february-2003",mm/dd/yy,
dd/mm/yy and display it as mm/dd/yy.


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

Post New Answer

More C Interview Questions

What is scanf_s in c?

0 Answers  


what are the uses of structure?

7 Answers   HCL,


What is the process to generate random numbers in c programming language?

0 Answers  


The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,






Write a program to find given number is even or odd without using any control statement.

2 Answers  


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

0 Answers  


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


What is volatile

2 Answers  


main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 Answers   Vector, Vector India,


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


Why is c so popular?

0 Answers  


Categories