Explain how can I convert a number to a string?


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

Post New Answer

More C Interview Questions

compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


what are non standard function in c

0 Answers  


Explain how do you list files in a directory?

0 Answers  






why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


What is difference between static and global variable in c?

0 Answers  


Does free set pointer to null?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


How to set file pointer to beginning c?

0 Answers  


Categories