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 |
Given n nodes. Find the number of different structural binary trees that can be formed using the nodes.
16 Answers Aricent, Cisco, Directi, Qualcomm,
main() { int i=400,j=300; printf("%d..%d"); }
#include<stdio.h> main() { const int i=4; float j; j = ++i; printf("%d %f", i,++j); }
How do you create a really large matrix (i.e. 3500x3500) in C without having the program crash? I can only reach up to 2500. It must have something to do with lack of memory. Please help!
Write a program that produces these three columns sequence nos. using loop statement Sequence nos. Squared Squared + 5 1 1 6 2 4 9 3 9 14 4 16 21 5 25 30
how to return a multiple value from a function?
How can you relate the function with the structure? Explain with an appropriate example.
what is variable length argument list?
How to use power function under linux environment.eg : for(i=1;i<=n;i++){ pow(-1,i-1)} since it alerts undefined reference to 'pow'.
main() { extern int i; i=20; printf("%d",sizeof(i)); }
Write a C program to print look and say sequence? For example if u get the input as 1 then the sequence is 11 21 1211 111221 312211 12112221 .......(it counts the no. of 1s,2s etc which is in successive order) and this sequence is used in run-length encoding.
void main() { int i=5; printf("%d",i+++++i); }