Code Crackerzz
Here we will discussing many codes either a complex one or an easy so that one can enrich their knowledge.
2. I will Update that single program and if there is any other possibility to simplify the code in much easier manner, then please post it.
4. People who want the code of some programs can also update the post so that we all will try to crack that code and help that person in need. These are my basic plans. Suggestion are always welcome.
Question2
# Source Code to Find Largest Element Using Dynamic Memory Allocation #
int main(){
int i,n;
float *data;
printf("Enter total number of elements ");
scanf("%d",&n);
data=(float*)calloc(n,sizeof(float)); /* Allocates the memory for 'n' elements */
if(data==NULL)
{
printf("Memory not allocated.");
exit(0);
}
printf("\n");
for(i=0;i
Click here to claim your Sponsored Listing.
Category
Website
Address
Manipal
Manipala