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 |
can we print any string without using terminator?
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
program to find the magic square
Can we assign string to char pointer?
application attempts to perform an operation?
Can you pass an entire structure to functions?
Why is c so important?
What are Macros? What are its advantages and disadvantages?
Identify the operators that is not used with pointer a. && b. # c. * d. >>
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
implement general tree using link list
What is the need of structure in c?