Find the output .
Home
/C Programming
Discy Latest Questions
#include <stdio.h> int main() { int i = 1, 2, 3; printf("%d", i); return 0; }
#include <stdio.h> int main() { int i = 1, 2, 3; printf("%d", i); return 0; }
what is difference between 32 and 64 bit computer
why computer uses binary number system why not decimal number system??
what is relation between GCD and LCM
Who created c Language ?
Why Mother language ?
Please define c Programming Language in Simple Words