who is the father of C Language?

Answer Posted / barni guru

DENNIS RITCHIE

Is This Answer Correct ?    28 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3493


What language is lisp written in?

604


How can I remove the trailing spaces from a string?

600


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1618


What is the description for syntax errors?

604






What is typeof in c?

596


How many main () function we can have in a project?

602


What do you mean by scope of a variable in c?

534


Define the scope of static variables.

594


What is the best way to store flag values in a program?

570


What is the difference between new and malloc functions?

567


write a program to find the given number is prime or not

3817


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

603


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4971


What do header files do?

593