Who is invented by c?

Answer Posted / sreenu

In 1970 there was a language called B.
In 1972,by Dennis Ritche at AT&T bell labarotories in the
university of pennsylvania have modified B to Clanguage

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is volatile variable in c?

656


What is break statement?

631


Why do we use pointer to pointer in c?

595


How can you increase the allowable number of simultaneously open files?

595


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

1062






Is null always equal to 0(zero)?

581


Is c# a good language?

605


What are the basic data types associated with c?

815


What is the use of #include in c?

573


What is dynamic dispatch in c++?

554


Explain what are reserved words?

634


Why c is a procedural language?

580


What are 3 types of structures?

594


What are the two types of functions in c?

564


How are portions of a program disabled in demo versions?

746