Hey there! First-time visitor? Contact Us

Explore our Blog: Techyleaf

Pinned Post

Latest Posts

Write a C program to take two numbers as input from the user and print their sum.

🔹 How It Works : ✅ Takes two numbers as input using scanf() . ✅ Adds them using sum = num1 + num2; . ✅ Prints the result using printf() .   …

Write a Program to print Hello Word in Dev C

Steps to run in DEV-C++ Open  DEV-C++ . Click on  File > New > Source File write a code. C lick on  File > Save As , name it  hello.c , an…