Strings

Remove All Occurences of str1 from str2

Given 2 strings str1 and str2.. remove all occurences of str1 from str2

Strip White Space from a given sting

Write a function to stip all whitespace from a given string

Implement the printf function

Implement the printf function, This is a special function with variable number of parameters

How would you handle this

Implement the isalnum function

Implement the isalnum function as efficiently as you can..
How do you handle errors if you had to

Implement the isdigit function

Implement the isdigit function as efficiently as you can..
How do you handle errors if you had to

Implement the isascii function

Implement the isascii function as efficiently as you can..
How do you handle errors if you had to

Implement the tolower and toupper functions

Implement the tolower and toupper functions as efficiently as you can..
How do you handle errors if you had to

Implement the itoa function

Implement the itoa function as efficiently as you can..
How do you handle errors if you had to

Implement the ftoa function

Implement the ftoa function as efficiently as you can..
How do you handle errors if you had to

Implement the atof function

Implement the atof function as efficiently as you can..
How do you handle errors if you had to
How do you handle overflow errors

Syndicate content