Most voted "allocation" questions
Allocation refers to interpreted languages such as C and C++, which dynamic memory allocation is part of data management and security.
Learn more…152 questions
Sort by count of
-
-3
votes1
answer107
viewsI’m doing a C program, which consists of implementing the Lagrange interpolation method
I’m doing a C program, which consists of implementing the Lagrange interpolation method. Where the user enters the table data (values of x and fx, and I have to return the value of lx and px, only…
-
-4
votes1
answer80
viewsWhat’s wrong with this excerpt?? file reading
What’s wrong with this excerpt?? I need to open a file to read and store in a struct, but if I put the condition in while feof!= 0, when I run it does not work. (this is a function that is being…