C Programming Question and Answers

5. What is meant by programming language?
 
  • Programming language is nothing but a language designed to communicate to machines through instructions and commands.
  • Normally machines are computers. Programs are written using some programming languages to control the behavior of machines/computers and to make them to perform required tasks.
  • Programming language example: Assembly language, C language, C++ language, Java, C#, .NET, Python etc.
 
Miraz uddin,says Sept 19,2017
Programming language are nothing but a medium between algorithm and artificial language.A programming language such an artificial language to write a program which is excuted by the computer.
Your Name Your Email-ID
Your Answer
6. What is structured programming?
 
  • It is a programming techniques that assumes the disciplined use of a few coding structures and the use of top down concepts to decompose main functions into lower level components for modular programming.
  • The main aim of this technique is to improve the programming process through better organization and with better programming notations to facilitate correct and clear description of data and control structures.
 
Your Name Your Email-ID
Your Answer
7. Is C a structured programming language?
  Yes, C language is structured language.
 
Your Name Your Email-ID
Your Answer
8. C language has been developed in which language?
  C language has been developed using assembly level language.
 
Your Name Your Email-ID
Your Answer