Q : Write a program to convert a number into its equivalent word without using character array?
/*
##########################################
Girfa : Student Help
Program : Number to word converter
for more program visit :
##########################################*/
#include<stdio.h>
#include<conio.h>
void single(int);
int reverce(int);
void ten(int);
void hundred(int);
void
printhundred(int);
void main()
{