who is the founder of c
Answer Posted / 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 |
Post New Answer View All Answers
Explain what math functions are available for integers? For floating point?
Can you please compare array with pointer?
What does stand for?
What is ponter?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
In a switch statement, what will happen if a break statement is omitted?
What is sizeof int?
Is c is a low level language?
What is the correct code to have following output in c using nested for loop?
What are c header files?
how to build a exercise findig min number of e heap with list imlemented?
What is the size of array float a(10)?
Write a C program linear.c that creates a sequence of
processes with a given length. By
sequence it is meant that each created process has exactly
one child.
Let's look at some example outputs for the program.
Here the entire process sequence consists of process 18181:
Sara@dell:~/OSSS$ ./linear 1
Creating process sequence of length 1.
18181 begins the sequence.
An example for a sequence of length three:
Sara@dell:~/OSSS$ ./linear 3
Creating process sequence of length 3.
18233 begins the sequence.
18234 is child of 18233
18235 is child of 18234
........ this is coad .... BUt i could not compleate it .....:(
#include
Is null a keyword in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me