Answer Posted / himesh
C is a computer language. It is a procedural and case sensitive language.
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
Who developed c language?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is the meaning of ?
What do you mean by dynamic memory allocation in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Why c is called a mid level programming language?
Differentiate between declaring a variable and defining a variable?
What is a nested loop?
How can I trap or ignore keyboard interrupts like control-c?
What are derived data types in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
How do we declare variables in c?
What is the size of empty structure in c?
what is the difference between 123 and 0123 in c?
What is #include cctype?