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 |
#include<stdio.h> main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
void main() { unsigned giveit=-1; int gotit; printf("%u ",++giveit); printf("%u \n",gotit=--giveit); }
How to return multiple values from a function?
main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
main() { int i; printf("%d",scanf("%d",&i)); // value 10 is given as input here }
Write a C function to search a number in the given list of numbers. donot use printf and scanf
main() { int x=5; clrscr(); for(;x<= 0;x--) { printf("x=%d ", x--); } } a. 5, 3, 1 b. 5, 2, 1, c. 5, 3, 1, -1, 3 d. –3, -1, 1, 3, 5
Is the following code legal? struct a { int x; struct a *b; }
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
9 Answers CSC, GoDB Tech, IBM,
write a c-program to display the time using FOR loop
main() { { unsigned int bit=256; printf("%d", bit); } { unsigned int bit=512; printf("%d", bit); } } a. 256, 256 b. 512, 512 c. 256, 512 d. Compile error
writte a c-programm to display smill paces