who is the founder of c

Answer Posted / suman boddukuru

I am saying here only the best solution for this
question "Ken thomson's B language + Dennis Ritche's
cCompiler= Complete C language" ok ? No more arguments.
thank u

Is This Answer Correct ?    19 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are there namespaces in c?

544


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

731


What is the return type of sizeof?

567


program for reversing a selected line word by word when multiple lines are given without using strrev

1921


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1428






What type is sizeof?

565


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1493


Whats s or c mean?

569


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

1927


Which is an example of a structural homology?

746


What is main return c?

489


Is c language still used?

517


Can we declare function inside main?

534


How can I implement a delay, or time a users response, with sub-second resolution?

599


What are run-time errors?

578