who invented c

Answer Posted / utkarsh

denis ritchie has invented the c. it is borland c.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

717


What are the application of void data type in c?

687


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1721


What are extern variables in c?

540


Explain the term printf() and scanf() used in c language?

588






Do you know the use of 'auto' keyword?

652


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1768


What is a char in c?

552


Write a program of prime number using recursion.

611


What is derived datatype in c?

627


What does 2n 4c mean?

706


why we wont use '&' sing in aceesing the string using scanf

1777


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4538


What is the difference between fread buffer() and fwrite buffer()?

665


Explain what is the benefit of using const for declaring constants?

608