Learn Programming
in Hindi & English
CodeKaFunda explains programming and computer topics with simple theory, working examples, expected output, common mistakes, practice questions and quizzes. Designed for school students, BCA, B.Tech and beginners.
CREATE DATABASE school_db;
USE school_db;
CREATE TABLE students (
roll_no INT PRIMARY KEY,
name VARCHAR(80),
marks INT
);
SELECT name, marks
FROM students
WHERE marks >= 90;Popular Tutorials
Start with programming, database or daily computer skills.
C Language
Foundation programming with variables, loops, functions, pointers and practice programs.
DatabaseMySQL + SQL
DBMS, RDBMS, SQL commands, transactions, joins, normalization and B.Tech level notes.
AI PathPython + DS + ML + AI
Python core, data science, machine learning and AI concepts with examples.
OOPC++ Complete
Modern C++, OOP, STL, projects and quiz-based practice.
Daily Digital Tips Blog
Helpful computer, mobile, internet, office, cyber safety and AI guides.
Update a Google Drive File Without Changing the Share Link
Learn how to replace an old file with a new version while keeping the same shared link useful for teachers, offices and website downloads.
WhatsApp & SocialWhatsApp Delete for Everyone: Correct Use, Limits and Safer Alternatives
Understand what Delete for Everyone can and cannot do, and learn safe alternatives for privacy mistakes.
Google ProductivityHow to Schedule an Email in Gmail on Mobile and Computer
Schedule emails for meetings, notices, reminders and official communication at the right time.
Google ProductivityCreate a Dropdown List in Google Sheets for Clean Data Entry
Use dropdowns to avoid spelling mistakes in attendance, fees, class lists and status sheets.
Documents & OfficeEdit a PDF Safely: Free Methods and Precautions
Learn safe ways to add text, fill forms, combine pages and annotate PDFs without damaging formatting.
Windows & PC Skills5 Easy Ways to Take Screenshots in Windows
Capture errors, receipts, online classes and computer work quickly using built-in Windows tools.
Google ProductivityGoogle Reverse Image Search: Find Image Source and Similar Photos
Find original image sources, identify objects, verify fake photos and search similar images.
Mobile & InternetSave Mobile Data: Practical Settings for Android, iPhone and Apps
Reduce mobile data usage during online classes, video calls, YouTube, WhatsApp and browsing.