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
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
Define Spanning-Tree Protocol (STP)
What does 1f stand for?
how to find the largest element of array without using relational operater?
What is external variable in c?
What is line in c preprocessor?
What is mean by data types in c?
will u please send me the placement papers to my mail???????????????????
What are the basic data types associated with c?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
What are the restrictions of a modulus operator?
`write a program to display the recomended action depends on a color of trafic light using nested if statments