PGDCA_notes

C Programming के 50 Top Basic Questions (English + Hindi)


1. What is C Programming?

Answer (English):
C is a general-purpose programming language used to develop software, operating systems, applications, and embedded systems. It is fast, powerful, and widely used in computer science.
उत्तर (Hindi):
C एक General Purpose Programming Language है जिसका उपयोग Software, Operating System, Application और Embedded System बनाने में किया जाता है। यह तेज़, शक्तिशाली और Computer Science में बहुत अधिक उपयोग की जाने वाली भाषा है।

2. Who developed the C language?
    C भाषा का विकास किसने किया?

Answer (English):
The C language was developed by Dennis Ritchie in 1972 at Bell Laboratories.
उत्तर (Hindi):
C भाषा का विकास Dennis Ritchie ने 1972 में Bell Laboratories में किया था।

3. Why is C called a middle-level language?
    C को Middle Level Language क्यों कहा जाता है?

Answer (English):
C is called a middle-level language because it supports both low-level programming (hardware interaction) and high-level programming (user-friendly features).उत्तर (Hindi):
C को Middle Level Language इसलिए कहा जाता है क्योंकि यह Low Level Programming (Hardware से जुड़ा कार्य) और High Level Programming (User Friendly Features) दोनों को समर्थन देती है।

4. What is the structure of a C program?
     C प्रोग्राम की संरचना क्या होती है?

Answer (English):
A basic C program structure includes:
Header Files
Main Function
Variable Declaration
Program Statements
Return Statement
उत्तर (Hindi):
एक सामान्य C प्रोग्राम की संरचना में निम्न भाग होते हैं:
Header Files
Main Function
Variable Declaration
Program Statements
Return Statement

5. What is the use of #include<stdio.h>?
    #include<stdio.h> का उपयोग क्या है?

Answer (English):
#include<stdio.h> is used to include the Standard Input Output library in a C program. It allows functions like printf() and scanf() to work.उत्तर (Hindi):
#include<stdio.h> का उपयोग Standard Input Output Library को जोड़ने के लिए किया जाता है। इससे printf() और scanf() जैसे Function कार्य करते हैं।

6. What is the function of main() in C?
    C में main() का कार्य क्या है?

Answer (English):
main() is the starting point of a C program. Program execution begins from the main() function.
उत्तर (Hindi):
main() C प्रोग्राम का प्रारंभिक Function होता है। Program का Execution इसी से शुरू होता है।


pdf in hindi

pdf in English


Powered By EmbedPress

Powered By EmbedPress

Scroll to Top