Forty three persons went to a canteen which sold cold drink ‘Maaza’ and ‘Pepsi’. If 18 persons took Maaza only, 8 took Pepsi only and 5 took nothing, find how many took both the drinks
A man works for 2 days and then rests for one day, then works for 2 days and rests for one day and so on. For everyday he works, he earns Rs. 100. How much will he earn from Monday to Saturday
What is the output of this C code? int main() { int i = -5; int k = i %4; printf("%d\n", k); }