who is the father of C Language?

Answer Posted / srsabariselvan

Dennis MacAlistir Ritchie

Is This Answer Correct ?    92 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between declaring a variable and defining a variable?

710


Why string is used in c?

572


What does dm mean sexually?

805


differentiate built-in functions and user – defined functions.

611


Is it possible to have a function as a parameter in another function?

592






in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

586


given post order,in order construct the corresponding binary tree

2312


What are register variables? What are the advantage of using register variables?

671


Is void a keyword in c?

566


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

800


Why c is called a middle level language?

628


Explain the use of function toupper() with and example code?

645


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1370


What are called c variables?

568


Is null always defined as 0(zero)?

602