who is the founder of c
Answers were Sorted based on User's Feedback
Answer / macdonald
It's Dennis Ritchie. If you really want to post an answer,
make sure it's an accurate one.
Is This Answer Correct ? | 123 Yes | 7 No |
Answer / parmjeet kumar
c was evolved from ALGOL, BCPL AND B by dennis ritchie at
bell lab in 1972.
Is This Answer Correct ? | 26 Yes | 0 No |
Answer / 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 |
Answer / priya
C language was founded by Dennis Richie at AT&T bell labs
Is This Answer Correct ? | 21 Yes | 1 No |
Answer / suman boddukuru
I am saying here only the best solution for this
question "Ken thomson's B language + Dennis Ritche's
cCompiler= Complete C language" ok ? No more arguments.
thank u
Is This Answer Correct ? | 19 Yes | 0 No |
Answer / raghavendra
B language is also called as typeless lanugage, developed
by ken thompson while writing unix. so Dennies ritchie
written C compiler contains data types. then Unix written
in C language
Is This Answer Correct ? | 9 Yes | 0 No |
Which header file should you include if you are to develop a function which can accept variable number of arguments?
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?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
how can i calculate mean,median,mode by using c program
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
write a string copy function routine?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
write a program to print data of 5 five students with structures?