who is the founder of c
Answer Posted / k.dhinesh
Originally developed by DENNIS RITCHIE in 70's
Outgrowth of two earlier languages called BCPL and B.
1978,When Kernighan and Ritchie published a definitive
description of the language.
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
How many types of arrays are there in c?
How can I write functions that take a variable number of arguments?
When is a void pointer used?
Explain what are header files and explain what are its uses in c programming?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Is it possible to have a function as a parameter in another function?
What is the function of multilevel pointer in c?
What is the difference between single charater constant and string constant?
what is the basis for selection of arrays or pointers as data structure in a program
Tell me the use of bit field in c language?
Can you apply link and association interchangeably?
Are there namespaces in c?
What is difference between structure and union with example?