Convert to C language #include using namespace std; //hash function 1int main(){ string s; cout cin >> s; //f(s)=no of digit in s=length of s cout " return 0;} Output: enter number 123452 123452->6


Convert to
C language





#include
using namespace std;


//hash function 1
int main()
{
    string s;
    cout < "enter="">
    cin >> s;


    //f(s)=no of digit in s=length of s
    cout < s="">< "-="">" <>


    return 0;
}




Output:



enter number<br>123452<br>123452->6<br>

Extracted text: enter number 123452 123452->6

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here