HTMLify
Dashboard
Temp Share
Shortlinks
Frames
API
Dashboard
Temp Share
Shortlinks
Frames
API
abh - HTMLify profile
files of
/abh/learning/c/BPPL/Phase-1/variables/
variables.c
/abh/learning/c/BPPL/Phase-1/variables/variables.c
144 Views
0 Comments
#include <stdio.h>
int main() {
int v_int = 128;
float v_float = 12.8;
char v_char = 102;