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 |
Explain how do you determine the length of a string value that was stored in a variable?
How can I make it pause before closing the program output window?
What is variable declaration and definition in c?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
What is structure pointer in c?
Is c weakly typed?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
Why do we use int main instead of void main in c?
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
What should not contain a header file?