who is the father of C Language?

Answer Posted / abhinay

dennis ritche

Is This Answer Correct ?    52 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is selection sort in c?

702


i want to know the procedure of qualcomm for getting a job through offcampus

2060


How can you convert integers to binary or hexadecimal?

707


What is pointer to pointer in c?

746


why do some people write if(0 == x) instead of if(x == 0)?

737






Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1712


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1661


What are external variables in c?

655


Do you have any idea how to compare array with pointer in c?

712


Explain the difference between malloc() and calloc() function?

684


Explain threaded binary trees?

776


What is structure in c language?

717


Explain what does a function declared as pascal do differently?

755


If the size of int data type is two bytes, what is the range of signed int data type?

682


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.

4658