#include <stdio.h>
vpid main() {
char* name = "Rifat";
char* location = "Bangladesh";
char* status = "Passionate ofc!";
char* currentFocus[] = {
"C Programming",
"Embedded Systems",
"IoT (Internet of Things)",
NULL
};
char* alsoKnows[] = {
"HTML", "CSS", "JavaScript", "React",
"Python", "Selenium", "Scrapy", "Playwright"
NULL
};
char* interests[] = {
"Microcontrollers & circuits",
"Connected smart devices",
"Building things that exist in the real world",
NULL
};
char* beyondCode[] = {
"Volunteer",
"Campus Ambassador",
"Writter",
"Chess hater <3",
"and son on, in my imagination"
};
printf("Hi! I'm %s from %s.\n", name, location);
printf("I'm %s who loves learning.\n", status);
printf("Right now I'm all about low-level programming & embedded systems!\n");
}| ๐ป Main Focus | ๐ฏ Future Goals |
|---|---|
| C Programming | Embedded Systems Engineer |
| Embedded Systems | Build IoT Projects |
| IoT Fundamentals | Study Computer Science |


