Find your day from your DOB?
Answers were Sorted based on User's Feedback
Answer / shruti
@Raghu..
good job.. :-)
thanks for the code.. :-)
| Is This Answer Correct ? | 0 Yes | 1 No |
who is this moron prof.muthu....y the hell r u writing such
nonsense...we all know to solve by ur methods..jus stop
writing such things or GO TO HELL.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / wfiasea
<a href="http://itywyw.co.cc/blog3/1916.html ">jlejnl</a> http://itywyw.co.cc/2125.html <a href="http://itywyw.co.cc/blog3/1916.html ">jlejnl</a> doctor http://itywyw.co.cc/2125.html jbnvnbh doctor http://itywyw.co.cc/2125.html jbnvnbh
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / prof.muthu
pleasse refer calender book....
if u feel difficult to find your day of your date of birth
call me...i will help u!
by prof.muthu M.C.A PHD
PH:9962940220
| Is This Answer Correct ? | 0 Yes | 4 No |
Printf can be implemented by using __________ list.
What is the main difference between STRUCTURE and UNION?
main() { int i =0;j=0; if(i && j++) printf("%d..%d",i++,j); printf("%d..%d,i,j); }
Write a program to model an exploding firecracker in the xy plane using a particle system
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
C program to print magic square of order n where n > 3 and n is odd
Extend the sutherland-hodgman clipping algorithm to clip three-dimensional planes against a regular paralleiepiped
void main() { void *v; int integer=2; int *i=&integer; v=i; printf("%d",(int*)*v); }
how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.
0 Answers Mbarara University of Science and Technology,
4. Main() { Int i=3,j=2,c=0,m; m=i&&j||c&I; printf(“%d%d%d%d”,I,j,c,m); }
void main() { int i=10, j=2; int *ip= &i, *jp = &j; int k = *ip/*jp; printf(“%d”,k); }
main() { while (strcmp(“some”,”some\0”)) printf(“Strings are not equal\n”); }