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
Learn C from scratch — the foundation of all modern programming languages.
Web DevPHP
Complete PHP tutorial: foundation, forms, sessions, MySQL with PDO, CRUD, OOP and interview questions.
DatabaseMySQL + DBMS + RDBMS
Complete MySQL tutorial for Class 12 to B.Tech with DBMS, RDBMS, normalization, SQL queries, transactions, indexes, triggers, stored procedures and tests.
AI PathPython + DS + ML + AI
Complete Python tutorial with Data Science, Machine Learning and Artificial Intelligence.
ProgrammingJava
Complete Core Java tutorial: foundation, control flow, OOP, exceptions, collections and interview questions.
OOPC++ Complete
Complete C++ tutorial with basics, control flow, functions, pointers, OOP, STL, modern C++, projects and MCQ tests.
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.