answersLogoWhite

0


Best Answer

The C Programming language is "free form" because you can format the program's white space any way you want, so as to make it more readable and supportable.You can also make it less readable and supportable, a process called obfuscation, but that is considered irresponsible in a real-world environment. (I would warn, and then fire, anyone that obfuscates their code.) White space is the collection of spaces, tabs, and end-of-lines that serve to separate and format the rest of the code. The compiler does not care about white space format, because it converts each section of consecutive non quoted white space to a single delimiter before considering the code for compilation.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is c called a free form language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

C language is context free language?

yes


Why C program is called as 'C'?

The language was called the "C" language because it was a kind of successor of the "B" language.


Why c language is called c language?

C is descendent from another programing language called B which was at that time when 'C' was invented. That's why it derived its name as 'C' successive to 'B'.


Why c language name as c?

Answer this question... language created after the language 'B' is called...


What is language is called middle level language?

Why is C called a Middle Level Language?


What is the use of loader in c language?

There is no part called 'loader' in C language.


What is the name of the site where you can get free c language programs for free?

sourceforge.net


What programming language do I use to program Wii games for free?

you cant for free, but i was looking round to find what language games are written in and most are in C/C++


Why c language named as c?

It was named C due to the fact that its predecessor was called B, and since the language was a progression from B, they called it C, the next letter in the alphabet after B.


Why is programming language named C?

C derives from a programming language called B, that existed before it. Since C was something of a successor to it, to indicate the advancement from B., the language is called C, the next letter.


Why is c called a structured language?

a synonym for structure language in "Comb-sturctured" languages. C in comb.


Why c language is called as c language?

Because it's developed after the B language. the B language has been developed also in Bell Labs by Key Thompson. The C itself is improvement on the B language