what is meant by c
Answers were Sorted based on User's Feedback
Answer / arunprasath
c is a structured oriented programming.developed by dennis
ritche in 1970.in c ,we are having only objects.There is no
security and reusuability.
| Is This Answer Correct ? | 66 Yes | 15 No |
Answer / matloob
c is a middle level language.
c is the mother of all the language.
c language is not a machine independent language.
| Is This Answer Correct ? | 22 Yes | 10 No |
Answer / shruti
C in particular does not mean anything..
A language named "B" was invented by ken Thompsan,
but there were a few problem.
Dennis Ritchie wrote a new programing language which
overcame all the flaws in "B"..
That language was "C"..
I think becoz it came after "B", he named it C..
we can also expect D - Z..;-) jokes apart..
but no more prog languages yaar.. :-(
we have enuf of them..
| Is This Answer Correct ? | 20 Yes | 9 No |
Answer / k pavan
c is a programmic lunge whais was introduced tothe world in
1972 by dennies reche. its plays a majour role in comptr
programming.and also it is basic 4 all other language.
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / kumar
c is a procedure oriented programming language.It is
developed by Dennis Ritchie in 1972. It is new innovation of
the computer programming language.
It is also the best standard computer programming language.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / kaleeswaran.k
c program is an objectives oriented program.itz developed by
dennis ritchie in 1970.itz one of the old languages.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / jo randy
c is the mother of all programming language. simply say it
is a structure oriented programming. developed by dennis
ritchie in 1972.
And it is the most popular language for writing the system
software and also the application.
| Is This Answer Correct ? | 5 Yes | 3 No |
Can we replace the struct function in tree syntax with a union?
Why do we use null pointer?
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
List out few of the applications that make use of Multilinked Structures?
What are the types of operators in c?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
What is multidimensional arrays
What is a const pointer in c?
How are strings stored in c?
How can you print HELLO WORLD without using "semicolon"?
Program to find the value of e raised to power x using while loop
Write a program which returns the first non repetitive character in the string?