WHO WROTE C LANGUAGE?

Answer Posted / avinash

DENIS RITCHE IN 1973,

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the difference between = and == symbols in c programming?

782


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2339


What is a function in c?

577


List some basic data types in c?

563


Write a program to reverse a linked list in c.

649






write a program to print largest number of each row of a 2D array

1876


What is nested structure with example?

631


How can a number be converted to a string?

611


how to write a c program to print list of fruits in alpabetical order?

1799


Why main function is special give two reasons?

957


How can I remove the leading spaces from a string?

640


What is a substring in c?

592


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

630


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

618


What is queue in c?

584