What is atoi and atof in c?


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

Post New Answer

More C Interview Questions

What is ctrl c called?

0 Answers  


What does it mean when the linker says that _end is undefined?

0 Answers  


what is ANSI and ISO

7 Answers   HCL,


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


What is uint8 in c?

0 Answers  






The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


whats the use of header file in c?

2 Answers  


How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


how to find the kth smallest element in the given list of array elemnts.

8 Answers   Silicon,


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


write function to reverse char array ... without using second array

3 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


Categories