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

Post New Answer

More C Interview Questions

Define VARIABLE?

0 Answers   ADP,


What are the application of c?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }

2 Answers  


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  


Why c is called object oriented language?

0 Answers  






What are qualifiers?

0 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

0 Answers   IBM,


What is %g in c?

0 Answers  


int *a[5] refers to

12 Answers   TCS,


How is a structure member accessed?

0 Answers  


How can you convert integers to binary or hexadecimal?

0 Answers  


Categories