Saving some variables in an array using for loop@krako @kamal this works when array size is known but what if the size of the array is unknown. what...
Saving some variables in an array using for loopIt dosent seems to work [code] #include<stdio.h> #include<stdlib.h> int main(){ int *a; //sing...
Saving some variables in an array using for loop I want to save some variables in an an array(a) using for loop. here those variables are even numb...
How to create multidimensional array with an input variable?I am trying to create a multi dimensional array with and input integer This works [code] #incl...
How to return array inside a function?I have written this simple algorithm to return an array from a function when and array is add as the...
This user does not accept Private Messages