Who is invented by c?

Answer Posted / yadagirirao

Dennis Riche

Is This Answer Correct ?    13 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the format specifier for printing a pointer value?

617


How do c compilers work?

612


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?

1512


What is #error and use of it?

681


What are c preprocessors?

680






How can I sort more data than will fit in memory?

631


write a program to print data of 5 five students with structures?

1609


What does sizeof function do?

617


Where are local variables stored in c?

571


What is an example of structure?

589


How would you rename a function in C?

623


What is the code in while loop that returns the output of given code?

1321


How can I find the modification date of a file?

706


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

631


What are the basic data types associated with c?

819