what is the full form of c language
Answer Posted / yatin mulay
The answer is "Common or cristofer".....Cristofer is
computer pioneer of oxferd univercity....
This answer is refer from book "The Art of Unix
Programming"....
Please correct if I am wrong
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
difference between object file and executable file
What is data structure in c language?
what is the height of tree if leaf node is at level 3. please explain
What is the purpose of 'register' keyword?
Is it acceptable to declare/define a variable in a c header?
Difference between linking and loading?
Are the outer parentheses in return statements really optional?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
how should functions be apportioned among source files?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is an identifier?
Explain bit masking in c?
Can i use “int” data type to store the value 32768? Why?