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
What is openmp in c?
State two uses of pointers in C?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
How the c program is executed?
what is a constant pointer in C
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Where local variables are stored in c?
What is call by reference in functions?
What are static variables in c?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?