What is #line?
No Answer is Posted For this Question
Be the First to Post Answer
how to return 1000 variables from functio9n in c?plz give me code also
Do you have any idea how to compare array with pointer in c?
If errno contains a nonzero number, is there an error?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
Who developed c language?
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?
What is the meaning of ?
Where static variables are stored in memory in c?
What does static variable mean in c?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?