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
In C language what is a 'dangling pointer'?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
differentiate built-in functions and user – defined functions.
What is the most efficient way to count the number of bits which are set in a value?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
What is the purpose of void pointer?
How many types of errors are there in c language? Explain
what is diognisis?
What will be your course of action for a push operation?
Difference between for loop and while loop?