who is the father of C Language?

Answer Posted / jayanthi

Dennis MacAlistair Ritchie

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What kind of structure is a house?

643


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1720


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2337


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

1685


Can you apply link and association interchangeably?

772






What is the difference between a function and a method in c?

659


Here is a neat trick for checking whether two strings are equal

659


What is an operator?

755


Is c programming hard?

657


What is NULL pointer?

749


Differentiate between calloc and malloc.

890


how do you execute a c program in unix.

727


What are pragmas and what are they good for?

650


How pointers are declared?

639


Why doesnt long int work?

702