wt is d full form of c
Answers were Sorted based on User's Feedback
Answer / vishwanath pillay
It stands for nothing.
C language was more influenced by 'B' Language and was then
named 'C' as a SUCCESSOR language.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / ruturaj
There is no meaning of C. It is just a middle level
language. It was developed after the language B.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / r.prasad
c means nothing.
after b language it was developed so that they were giving
name as c language.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / himesh
C is a computer language. It is a procedural and case sensitive language.
| Is This Answer Correct ? | 4 Yes | 13 No |
Add Two Numbers Without Using the Addition Operator
How to write a code for reverse of string without using string functions?
Implement bit Array in C.
Explain the difference between ++u and u++?
State the difference between x3 and x[3].
how to print this pyramid * * * * * * * * * * * * *
Is main a keyword in c?
what is the use of macro program
Which command is more efficient? *(ptr+1) or ptr[1]
Why c language is called c?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What is getch() function?