program to convert a integer to string in c language'


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

difference between c and c++?

2 Answers  


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


what is the use of macro program

1 Answers   TCS,


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,






hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.

4 Answers   Aricent,


plz answer..... a program that reads non-negative integer and computes and prints its factorial

2 Answers  


what defference between c and c++ ?

6 Answers  


what is difference between procedural language and functional language ?

4 Answers   Wipro,


int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


who is first prime minister in india??

8 Answers   Wipro,


Categories