who is the founder of c
Answer Posted / dinesh
dennis richie is the founder of c.............
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a stream?
What are the uses of null pointers?
Why isnt any of this standardized in c?
What language is windows 1.0 written?
Do you know the difference between malloc() and calloc() function?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is the difference between array and structure in c?
What is the value of c?
How can I copy just a portion of a string?
Place the #include statement must be written in the program?
Can you please explain the difference between exit() and _exit() function?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Explain what is the difference between a string and an array?
What are the disadvantages of c language?
Explain 'bus error'?