main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}
Post New Answer View All Answers
What is meant by gets in c?
What are the parts of c program?
What does & mean in scanf?
What are pointers? What are stacks and queues?
What is the use of parallelize in spark?
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?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Why clrscr is used in c?
What is the use of c language in real life?
What does %p mean c?
What are the usage of pointer in c?
code for find determinent of amatrix
regarding pointers concept
What do you know about the use of bit field?
how we can make 3d venturing graphics on outer interface