Pages
Home
Eaglesoft Download
About us
Monday, January 25, 2021
find lenght of string in cpp c++ with eaglesoft programmers
#include
<iostream>
#include
<string.h>
using
namespace
std
;
int
main
()
{
char
name
[
50
];
cout
<<
"enter your name"
<<
endl
;
gets
(
name
);
int
n
=
strlen
(
name
);
cout
<<
"Lenght of this string is :"
<<
n
<<
endl
;
return
0
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
single link list in cpp | oop in c++ single link list operations in cpp data structure | ds
#include <iostream> #include <string.h> #include <string> using namespace std; class node{ public: int rol...
Website desing by Eaglesoft source code
<! DOCTYPE html > < html lang = "en" > < head > < title > Welcome to Eaglesoft </ title >...
Create ISO File
Create ISO file of the operating system is very easy. But first of all that we need to know why we create ISO file. There is many reason...
No comments:
Post a Comment