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

How many types of operator or there in c?

0 Answers  


What is the use of header?

0 Answers  


How can I make a program in c to print 'Hello' without using semicolon in the code?

9 Answers   C DAC, Practical Viva Questions,


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


Under what circumstances does a name clash occur?

0 Answers   InterGraph,






Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack

3 Answers  


What is the meaning of int *x[]();?

1 Answers  


find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


Explain the properties of union.

0 Answers  


how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


What is the difference between void main() and void main (void) give example programme?

0 Answers  


Categories