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

Post New Answer

More C Interview Questions

write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


a program that can input number of records and can view it again the record

0 Answers   Accenture,


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


What are the characteristics of arrays in c?

0 Answers  


Explain zero based addressing.

0 Answers  


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

0 Answers  


Can a void pointer point to a function?

0 Answers  


What is scope rule in c?

0 Answers  


Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,


multiple of 9 without useing +,* oprator

3 Answers  


Difference between exit() and _exit() function?

0 Answers  


Categories