Computer Science, asked by shreyansh3145, 1 year ago

Which option is the best possible in case of C language that it?
a) has high efficiency
b) is system independent
c) has limited data types
d) all of these

Answers

Answered by ridhimajaiswal34
0
d) all of these is the best possible in case if c language.. c lang.. has high efficiency.. I'd system independent... has limited data types..
Answered by smartbrainz
0

All of theses are the best possible in case of C language

Option (d)

Explanation:

  • C is a 'general-purpose programming language' that is simple, flexible and very popular.
  • C language permits the computer programmer to directly write to the memory, unlike most 'programming languages'. Key constructs in C like pointers, structs, and arrays are available to handle memory in an efficient and machine-independent style.
  • C language is a machine-independent language because no matter which machine one writes in, it can be run on any other machine.
  • C Programming has a very limited set of basic data types. Complex data types can be built using these basic data types.

 

Similar questions