what is the full form of c language
Answer Posted / vadivel t
There is no full form for C language. The name "C" had come
because the prior language to "C" is "B" and was developed
in AT&T lab.
| Is This Answer Correct ? | 63 Yes | 23 No |
Post New Answer View All Answers
Can the sizeof operator be used to tell the size of an array passed to a function?
Do you know the use of 'auto' keyword?
What is #pragma statements?
Can a void pointer point to a function?
What is actual argument?
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
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the difference between struct and typedef struct in c?
Explain is it better to bitshift a value than to multiply by 2?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
How do you construct an increment statement or decrement statement in C?
Explain what are compound statements?
What is substring in c?
What do you mean by dynamic memory allocation in c?