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
What is scanf_s in c?
what are the uses of structure?
What is the process to generate random numbers in c programming language?
The variables are int sum=10,SuM=20; these are same or different?
what are the facialities provided by you after the selection of the student.
Write a program to find given number is even or odd without using any control statement.
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
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
What is volatile
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?