who is the father of C Language?

Answer Posted / bhushan

daennice ritche

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can we change the default calling convention in c if yes than how.........?

2033


Should I learn c before c++?

604


What does int main () mean?

547


what are the advantages of a macro over a function?

643


What is dynamic variable in c?

565






What is difference between union All statement and Union?

628


Where is volatile variable stored?

643


What are the features of c languages?

625


What happens if header file is included twice?

653


Is a house a shell structure?

694


What are the 3 types of structures?

568


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4902


Explain low-order bytes.

623


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1511


Write a program to find factorial of a number using recursive function.

646