Answer Posted / 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 |
Post New Answer View All Answers
What is conio h in c?
What is the return type of sizeof?
How can you tell whether a program was compiled using c versus c++?
I need previous papers of CSC.......plz help out by posting them.......
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
How is a null pointer different from a dangling pointer?
Explain which function in c can be used to append a string to another string?
What are the types of type qualifiers in c?
What is anagram in c?
What is c programing language?
What is this pointer in c plus plus?
Is there a built-in function in C that can be used for sorting data?
Can the size of an array be declared at runtime?
What is the best way to comment out a section of code that contains comments?
What are the types of functions in c?