who is the founder of c

Answer Posted / amit kumar

Dennis Richie

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write a code for reverse of string without using string functions?

1572


What is array in c with example?

607


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1670


Write a program to generate random numbers in c?

653


When should you use a type cast?

583






main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

902


Why is this loop always executing once?

609


what is the function of pragma directive in c?

614


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1730


How are structure passing and returning implemented?

585


Which is the best website to learn c programming?

571


What is function prototype in c language?

606


What is character constants?

706


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

707


What is bin sh c?

574