F&A Diskussionen
For (int x=1;x<5, x++){cout<<x;}
-1 Stimme
3 Antwortenint *(*f) (int x, int *y[]);
0 Stimmen
4 Antwortendiff between (int *)&a and &a
0 Stimmen
4 Antwortenwhat is int mod (int a);
0 Stimmen
2 AntwortenWhat is the output and why?
public static int[] make (int n){
int[]a=new int [n];
a [i]=i+1;
}
return a;
}
public static void dub (int []jub){
for (intent i=0;i <jub.length;i++){
jub*=2;
}
}
public static int mus (int []zoo){
int jus=0;
for (int i=0;i <zoo.length;i++){
jus+=zoo [i];
}
return jus;
}
public static void main (String [] args){
int [] bob =make(5);
dub (bob);
System.out.println (mus (bob));
}
0 Stimmen
2 AntwortenHi friends please explain this code.
-3 Stimmen
3 AntwortenHeute heiß
difference btw courses (python)
1 Votes
C++ Solid principles
3 Votes
C Programming roadmap
2 Votes
[off-topic]Where is Result??
1 Votes
Messages
1 Votes