Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
No Answer is Posted For this Question
Be the First to Post Answer
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What are the various topologies? Which one is the most secure?
What is null character in c?
Explain the properties of union.
Are negative numbers true in c?
What will be the output of x++ + ++x?
What is file in c preprocessor?
How to avoid structure padding in C?
What is the difference between a free-standing and a hosted environment?
What is %s and %d in c?