If jack lies on Mon, Tue Wed and jill lies on Thursday,
Friday and Saturday. If both together tell they lied
yesterday. So c the given options and then c cos in the
given dates one will be saying the truth and one will be
lying. I got Thursday as option because jack is saying the
truth he lied yest but jill is lying again as he lies on
that day.
No Answer is Posted For this Question
Be the First to Post Answer
How can I automatically locate a programs configuration files in the same directory as the executable?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Will Macros support multiple arguments ?
How can you find the day of the week given the date?
How to find the usage of memory in a c program
How can I implement a delay, or time a users response, with sub-second resolution?
Does c have class?
can we access one file to one directory?
Why c is called a mid level programming language?
Explain b+ tree?
How will you find a duplicate number in a array without negating the nos ?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25