in Education by
int find(int j) { if(>1X j=find(j/ 10)+(%10); } else { j=0; return j; void main() int i=1000, int k; k=find(i); printf(“%d”, k); Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: sorry I don’t know jfdudysycjdyysfkgfkfkg

Related questions

0 votes
    int find(int i) { if(>1) j=find(j/10)+(j%10) else j=0; return j; void main() int i=1000 int k k=find(i): printf(“%d”, K) Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    int fun(int n) { if(n!=0) { return n – fun(n-5); } else { return n; } } int main(){ int n = 20, z; z = fun(n); printf(“%d”, z); } Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    class year { public static void main() { int a=2000; if( a%4 == 0 && a%100 != 0); { System.out.println ... this it is showing 2 errors Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
0 votes
    #include int main() { void fib(int f1,int f2, int n) { static int i = 1; int f3; if(i...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    #include int main() { void fib(int f1,int f2, int n) { static int i = 1; int f3; if(i...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    class Modulus { public static void main(String args[]) { double a = 25.64; int b = 25; a = a % 10; b = b % 10; ... (a + + b); } } Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    s=ScHoO12@CoM' k=1en(s) m= for i in range (0 , k ) : if(s ( i ) . isupper ( ) ) : m=m+s ( i ) . ... else : m=m+ bb print ( m )| Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    s=ScHoO12@CoM' k=1en(s) m= for i in range (0 , k ) : if(s ( i ) . isupper ( ) ) : m=m+s ( i ) . ... else : m=m+ bb print ( m )| Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
0 votes
    8. Rewrite the following using ternary operator. (a) if (bill>10000) discount=bill*10.0/100; else discount=bill*5.0/100; Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    Find the value of divergence theorem for A = xy^2 i + y^3 j + y^2z k for a cuboid given by 0...
asked Nov 11, 2021 in Education by JackTerrance
...