answersLogoWhite

0

The following are the good characteristics of a good program in C language:

  • Always maintain good Indentation.
  • Write comments where ever necessary.
  • Check the program for null inputs.
  • Check the program for garbage inputs.
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

4 general characteristics of language?

There are 13 general features of language. One feature of language is specialization. Another feature of language is total feedback.


Can language C works on Windows 8?

Yes. C is a general purpose programming language with compilers available for all versions of Windows.


What kind of language is C programming?

C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.


What is the difference between c and c plus plus extension?

c language is the structure oriented language and c does not follows the object oriented paradigms . c++ obeys the all object oriented language characteristics ========== C++ is a set of extensions to the C language to allow some (not all) principles of object-oriented programming to be used. Originally, C++ was a front end pre-processor for C and C++ compilers will translate C language functions.


What is cobol and c language?

Common Business Oriented Language/ COBOL is widely used programming language by businesses. While C is a general purpose programming invented by Dennis Ritchie.


What is Turbo C download used for?

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.


Why C is called general-purpose language?

Cos it is used for different things.


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


What is the difference between Pro log and C plus plus language?

Prolog is a high-level general purpose logic programming language, typically used in artificial intelligence applications. C++ is an intermediate-level general purpose programming language, suitable for a broad range of applications.


Who is the owner of c language?

C language eveloped by Dennis Ritchie at the Bell Telephone Laboratories.


What is a C program?

A C program is a computer program written with the C programming language. C is a high-level language that is fast, type-safe, general-purpose and cross-platform. Up until 1985 it was the most widely-used language. Then C++ was released. Originally called C with Classes, C++ essentially adds object-oriented programming to the C language. However, in reality, C++ is a separate language from C and makes it possible to program highly complex solutions far more easily and more robustly than with C alone.


Why c language has name c why not a?

C-language was derived from B-language.