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

What is sizeof int?

0 Answers  


how to create c progarm without void main()?

1 Answers   NIIT,


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


What is the use of ?

0 Answers  


write a program to print calender using for loop.

1 Answers   HCL, TCS,


Table of Sudoku n*n

0 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


What is spaghetti programming?

0 Answers  


name the language for writing c compiler?

3 Answers   Microsoft,


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


Categories