Why is C language important?
Since C language is one of the best programming language which are able to make low level applications like device drivers, operating system, firmware etc. along with the high level applications like desktop applications.
Is C platform dependent or independent?
C is a platform dependent language, the compiler generates an .exe file which is OS dependent. when we try to run this .exe file on another OS it does not run, since it is OS dependent and hence is not compatible the other OS.
Is C is case sensitive language?
Yes, C is a case sensitive language. Since in C language 'break and BREAK' both are different.
what is keywords in C language?
Keywords are predefined, reserved words in C language and each keywords have special meaning to the compiler. They cannot be used as an identifiers. C supports 32 keywords. More details
More to be upated soon...
--
--
0 Comments:
Post a Comment
Please don't enter any spam link in the comment box.