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

How to use c/c++ code in JAVA

10 Answers   CDAC, IBM, Satyam, Scope International,


What is #define size in c?

0 Answers  


What is the difference between ++a and a++?

0 Answers  


Can 'this' pointer by used in the constructor?

0 Answers  


How many levels of pointers have?

0 Answers  






Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


what is real time system?what is the differance between hard and soft real time systems

2 Answers  


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

5 Answers  


What is meant by initialization and how we initialize a variable?

0 Answers  


How we can insert comments in a c program?

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


Categories