what is c
Answer / paras rajput
c is structure programming language used to implement of potable application software and operating system
| Is This Answer Correct ? | 7 Yes | 0 No |
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?
Which is better pointer or array?
what is the use of using linked list and array?
Give a method to count the number of ones in a 32 bit number?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
What is c method?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What is the difference between break and continue?
Explain Function Pointer?
What is function prototype in c with example?
How can you return multiple values from a function?