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
write a C program to print the program itself ?!
how to implement stack operation using singly linked list
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What is function pointer c?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
diff. between *p and **p
count the numbers between 100 and 300, that star with 2 and ends with 2
In how much time you will write this c program? Prime nos from 1 to 1000
Explain how can I make sure that my program is the only one accessing a file?
What are the key features in c programming language?