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 |
i want to job in your company, so how it will be possible.
Explain the difference between malloc() and calloc() function?
What is spaghetti programming?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What is file in c preprocessor?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
how to write a prog in c to convert decimal number into binary by using recursen function,
main() { clrscr(); } clrscr();
What the different types of arrays in c?
What are reserved words with a programming language?