pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
circular Array Rotation
5 hours ago
Multiply
5 hours ago
char cell
6 hours ago
tracker node
6 hours ago
cars colors
6 hours ago
MonoBehaviour
6 hours ago
sieve
6 hours ago
time
6 hours ago
grades
7 hours ago
provided schedule
7 hours ago
char x
#include <iostream>
using
namespace
std;
int
fun1
(
char
*x
)
{
char
*y=x;
while
(
*y++
)
;return
(
y-x-
1
)
;
}
int
main
(
)
{
// your code goes here
char
*str1=
"strinsgfg"
;
int
ans=fun1
(
str1
)
;
cout<<ans;
return
0
;
}
Parsed in 0.002 seconds
Empty
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by disqus