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
Explain what are the advantages and disadvantages of a heap?
What should malloc() do?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is a pointer on a pointer in c programming language?
Is c a great language, or what?
Explain what is a static function?
What are the uses of null pointers?
What is modeling?
What is "Duff's Device"?
Hai what is the different types of versions and their differences
Is calloc better than malloc?
Whats s or c mean?
How can I swap two values without using a temporary?
Explain how can I right-justify a string?
What is structure packing in c?