write a program that types this pattern:
12345678987654321
12345678 87654321
1234567 7654321
123456 654321
12345 54321
1234 4321
123 321
12 21
1 1
No Answer is Posted For this Question
Be the First to Post Answer
how to find out the inorder successor of a node in a tree??
How can a program be made to print the line number where an error occurs?
what does ‘segmentation violation’ mean?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
write a c program in such a way that if we enter the today date the output should be next day's date.
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Write a program for deleting duplicate elements in an array
What is use of bit field?
What is difference between array and pointer in c?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Write a program that accept anumber in words
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.