all self learners Students who would want gain more knowledge in less time, so come on s6schools.
Posted On
By
1 2 3 4 5 6 7 8 9 10 11
#include <stdio.h> int main() { int a = 20; int b = 22; if (a<b) { printf("Variable b is greater-than a"); } return 0; }