who is the founder of c
Answers were Sorted based on User's Feedback
Answer / tacit girl
Dennis Ritchie in 1972 @ AT & T's bell LAboratories...
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raj
full name of denish ritchi
what is the full name of ........?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dinesh charge
C was founded by Dennis Ritchie & Ken Thompson at Bell Labs between 1969 and 1973.
c paved the way for Java and C++.
Also Dennis Ritchie was a co-developer of UNIX OS.
Unix paved the way for many operating system like Apple's MAC OS X and Google's Android.
| Is This Answer Correct ? | 0 Yes | 0 No |
Q. where is the below variables stored ? - volatile, static, register
what is linkage error when it occurs in c program
What is a void pointer in c?
char ch=10;printf("%d",ch);what is the output
create an SINGLE LINKED LISTS and reverse the data in the lists completely
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
why integer range between -327680to+32767
Why is this loop always executing once?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
How are strings stored in c?
Why is main function so important?
Can you think of a way when a program crashed before reaching main? If yes how?