Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a program to calculate length of a string in C #73

Open
sarthak247 opened this issue Oct 14, 2018 · 1 comment
Open

Add a program to calculate length of a string in C #73

sarthak247 opened this issue Oct 14, 2018 · 1 comment

Comments

@sarthak247
Copy link
Contributor

sarthak247 commented Oct 14, 2018

Create a function lengthOfString in C which takes an input string and returns the length of a string.

  • Use of string libraries like string.h and cstring is not allowed
  • Input string should be entered in first line. Output should be returned in the next line
    Sample
This is a test
14
@sarthak247 sarthak247 changed the title Add a program to calculate length of a string Add a program to calculate length of a string in C Oct 14, 2018
@sambhavkaul
Copy link

I want to take this issue.

sambhavkaul added a commit to sambhavkaul/github101 that referenced this issue Oct 14, 2018
sambhavkaul added a commit to sambhavkaul/github101 that referenced this issue Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants