Part-1
- What is the first computer language?
Ans:Pascal is the first computer language is invented by Nicholas wirth.
- What is C language ?
Ans: C is a mid level procedural and structure programming language.
- Why C is known as Mother language?
Ans: C is known as mother language because most of the compilers, kernals and JVM are written in C language.
- Why c is called a mid level programming language ?
Ans:It supports the feature of both low-level and high-level languages that is why it known as a mid level language.
- Who is the founder of C language ?
Ans : Dennis Ritchie.
- When c language was developed ?
Ans: C language was developed in 1972 at bell laboratories of AT & T.
- what are features of C language
Ans:The main features of c language are:
- Simple
- Portable
- Mid level
- Structured
- Fast Speed
- Memory Management
- Extensible
- What is the use of printf() and scanf() functions ?
Ans: The printf() function is used for output and scanf() function is used for input.
- what are different storage class specifiers in C ?
Ans:auto,register,stack,extern.
- Define Debugging ?
The process of removing a bug from an algorithm is called as debugging.
- Define algorithm
Ans: Describing the step-by- step procedure is called as algorithm.
- Define Flowchart?
Ans: Representing the various steps in the form a diagram is called as flowchart.
- Explain Features of C language?
- Define Compiler ?
- Define Interpreter?
- What is Machine Level Language?
- What is Low Level Language?
- What is Middle level language ?
- Define Data Type ?
- How many Data types in C?
- Define Variable?
- Define Local and Global Variable?
- What is an Instruction ?
- How many operators are there in c Language ?
- What is the pre processor ?
- How can we include library files in c language?
- From which statement on wards c program execution begins?
- How to declare a variable in C?
- Which statement is used for print the values in C?
- How to read the values from keyboard in c language?
- What are the trigaph characters ? How are they useful?
- Define Constant ?
- What is the significance of declaring a constant unsigned?
- Describe the characteristics of and purpose of the escape sequence characters?
No comments:
Post a Comment