What do the functions atoi(), itoa() and gcvt() do?


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

Post New Answer

More C Interview Questions

What is the purpose of 'register' keyword in c language?

0 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  


How can I change their mode to binary?

0 Answers  


How can I access memory located at a certain address?

3 Answers   Verizon,


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,






enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


how do you execute a c program in unix.

0 Answers  


Can we use visual studio for c?

0 Answers  


When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


What is call by reference in functions?

1 Answers  


who is the editor of 'pokemon'?

1 Answers  


Categories