Rapunzel walks into the forest of forgetfullness. She meets
a Lion who lies on Monday Tuesdays and Wednesdays and meets
a rabbit who lies on Thurs fridays and saturdays . On that
day both say that "I lied yesterday". What day is it .
Answers were Sorted based on User's Feedback
Answer / mayank anand
as the forest was of forgetfullness than how could rabit or
lion remember that which day they had lied
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / aaftabrai
it is sunday, bcz it z d only day wen both are awaked,& asforgetfullness they said so.!!
| Is This Answer Correct ? | 3 Yes | 1 No |
What is wild pointer in c?
How many types of sorting are there in c?
What oops means?
What are keywords c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
convert 12345 to 54321 withoutusing strig
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
Explain what is dynamic data structure?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What are high level languages like C and FORTRAN also known as?