If you’re wondering why this is the first post here? That’s because I just did…
Author: Vincent Cruz
This is a program for a simple quiz on the C Programming Language. It can…
This C Program Analyzes if you’re underweight, overweight or obese and accordingly suggests you to…
This application generates an AP series using a while loop by specifying the first term,…
Here’s the code for a Basic Calculator Using Switch Statements: #include <stdio.h> #include <conio.h> int…
Find the missing alphabets – d, f, h, l, n, ?, ?, x [spoiler] The…
If 2+4=32, 2+5=57 & 3+5=368. Then, 4+6=? [spoiler]a + b = a^b + b^a[/spoiler]
Find the next term of the sequence : 2, 5, 29, 262, 3149, ? [spoiler]The…
Find the next term of the sequence : 1,3,6,11,20.. [Original question by Ahmed Moustafa] [spoiler]…
If “MICROPROCESSORS”=”LQXFJHFJXVDDJFD”, “ANALOG”=”ZKZMJS” & “AMPLIFIER” = “ZLHMQTQVF”, Then “TRANSISTORS” = “?” [spoiler intro=”Solution”] The answer…
What number comes next.. {18151511}, {111409070820}, {020919081516}, {11091407}, {?} [spoiler intro=”Solution”] The alphabets are assigned…
What number comes next.. 6, 9, 10.8, 12, ? [spoiler intro = “Hint”] Geometry,…

