๐ Day 90: Final Exam & Course Completion – C Language (Hinglish)
Final Exam & Course Completion – C Language
๐ฏ Congratulations!
Aaj hai Final Exam + Course Completion Day ๐
Matlab 90 din ka Computer + Programming Course successfully complete ๐๐ป
๐ ๐ Final Exam Paper (Model Test)
๐ง Section A: Theory (1 Mark Each)
C language kya hai?
C language kisne banayi?
Variable kya hota hai?
Data type ka naam likho.
Operator kya hota hai?
Loop kya hota hai?
if-else kya hai?
Error kya hota hai?
Debugging kya hoti hai?
printf() ka use kya hai?
✍️ Section B: Short Answer (2–3 Marks)
Data types ke types likho.
Arithmetic operators likho.
Relational operators likho.
for loop explain karo.
Syntax error aur logical error me difference likho.
switch statement kya hai?
Input aur Output me difference likho.
๐ป Section C: Practical (Programs)
Q1️⃣ Add two numbers (User Input)
#include <stdio.h>
int main() {
int a, b;
scanf("%d %d", &a, &b);
printf("Sum = %d", a+b);
return 0;
}
Q2️⃣ Even / Odd Program
#include <stdio.h>
int main() {
int n;
scanf("%d", &n);
if(n%2==0)
printf("Even");
else
printf("Odd");
return 0;
}
Q3️⃣ Table Program
#include <stdio.h>
int main() {
int n,i;
scanf("%d", &n);
for(i=1;i<=10;i++){
printf("%d x %d = %d\n", n, i, n*i);
}
return 0;
}
Q4️⃣ Largest of Two Numbers
#include <stdio.h>
int main() {
int a,b;
scanf("%d %d",&a,&b);
if(a>b)
printf("A is greater");
else
printf("B is greater");
return 0;
}
๐ ๐ Course Completion Certificate (Concept)
๐ Certificate of Completion
This is to certify that
Alok Raj
has successfully completed
90 Days Computer & Programming Course
including:
Windows
MS Word
MS Excel
Internet
Email
Cyber Safety
C Programming
๐ Status: PASSED
๐ป Computer Education Completed
๐ง What You Have Learned (Summary)
✅ Computer Basics
✅ Windows OS
✅ MS Word
✅ MS Excel
✅ Internet & Email
✅ Cyber Safety
✅ Programming Basics
✅ C Language
✅ Logic Building
✅ Coding Practice
๐ Next Level Roadmap (Optional Future Plan)
๐ C++
๐ Python
๐ Web Development
๐ App Development
๐ Data Entry + Office Work
๐ เคธเคฐเคाเคฐी / Private เคจौเคเคฐी computer exam เคคैเคฏाเคฐी
๐ฏ Motivation Line
๐ฅ "90 din ka discipline tumhe 9 saal aage le jaata hai"
Tumne consistency dikhayi – that's real success ๐ฏ
๐ฅณ Final Message
๐ Congratulations Alok Raj!
Tumne ek complete Computer + Programming Course finish kar liya ๐ป๐
Tum beginner se foundation level programmer ban chuke ho ๐