what is the meaning of 'c' language
Answers were Sorted based on User's Feedback
Answer / srinidhi
c=computer thats wt c language means computer language
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / varun kumar
C is the language which easy understand by the
machine.Because it is also called the machine language.it
convert the source code into object code then into machine
code.
| Is This Answer Correct ? | 2 Yes | 2 No |
Why main is used in c?
What are the 4 types of organizational structures?
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
write a program in c language to print your bio-data on the screen by using functions.
What are the application of void data type in c?
What is selection sort in c?
Differentiate fundamental data types and derived data types in C.
Can you pass an entire structure to functions?
What is the purpose of the fflush() function in C?
which type of question asked from c / c++ in interview.
What is the use of keyword VOLATILE in C?
What is the process to create increment and decrement stamen in c?