Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6030191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:59:58+00:00 2026-05-23T04:59:58+00:00

I have the following code with a structure array with data to make some

  • 0

I have the following code with a structure array with data to make some calculations. When I compile the code I get the message [Warning] converting to 'int' from 'double'. I would like to fix this problem with the code but I’m not sure where the problem is. I’m not sure if this warning is too big of a deal but I think that this converting could be causing some discrepancies in my calculations as well.

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

int main()
{ 

int i,aplha[90],beta[90];
double gamma[90],delta[90],epsilon[90],zeta[90];

  struct wmm
       {
        int   alpha;
        int   beta;
        double gamma;
        double delta;
        double epsilon;
        double zeta;
       }book[]={
  {1, 0, -29496.6,        0.0,      11.6,       0.0},
  {1, 1,  -1586.3,     4944.4,      16.5,     -25.9},
  {2, 0,  -2396.6,        0.0,     -12.1,       0.0},
  {2, 1,   3026.1,    -2707.7,      -4.4,     -22.5},
  {2, 2,   1668.6,     -576.1,       1.9,     -11.8},
  {3, 0,   1340.1,        0.0,       0.4,       0.0},
  {3, 1,  -2326.2,     -160.2,      -4.1,       7.3},
  {3, 2,   1231.9,      251.9,      -2.9,      -3.9},
  {3, 3,    634.0,     -536.6,      -7.7,      -2.6},
  {4, 0,    912.6,        0.0,      -1.8,       0.0},
  {4, 1,    808.9,      286.4,       2.3,       1.1},
  {4, 2,    166.7,     -211.2,      -8.7,       2.7},
  {4, 3,   -357.1,      164.3,       4.6,       3.9},
  {4, 4,     89.4,     -309.1,      -2.1,      -0.8},
  {5, 0,   -230.9,        0.0,      -1.0,       0.0},
  {5, 1,    357.2,       44.6,       0.6,       0.4},
  {5, 2,    200.3,      188.9,      -1.8,       1.8},
  {5, 3,   -141.1,     -118.2,      -1.0,       1.2},
  {5, 4,   -163.0,        0.0,       0.9,       4.0},
  {5, 5,     -7.8,      100.9,       1.0,      -0.6},
  {6, 0,     72.8,        0.0,      -0.2,       0.0},
  {6, 1,     68.6,      -20.8,      -0.2,      -0.2},
  {6, 2,     76.0,       44.1,      -0.1,      -2.1},
  {6, 3,   -141.4,      61.5 ,       2.0,      -0.4},
  {6, 4,    -22.8,      -66.3,      -1.7,      -0.6},
  {6, 5,     13.2,        3.1,      -0.3,       0.5},
  {6, 6,    -77.9,       55.0,       1.7,       0.9},
  {7,  0,    80.5,       0.0,        0.1,        0.0},
  {7,  1,   -75.1,     -57.9,       -0.1,        0.7},
  {7,  2     -4.7,     -21.1,       -0.6,        0.3},
  {7,  3,    45.3,       6.5,        1.3,       -0.1},
  {7,  4,    13.9,      24.9,        0.4,       -0.1},
  {7,  5,    10.4,       7.0,        0.3,       -0.8},
  {7,  6,     1.7,     -27.7,       -0.7,       -0.3},
  {7,  7,     4.9,      -3.3,        0.6,        0.3},
  {8,  0,    24.4,       0.0,       -0.1,        0.0},
  {8,  1,     8.1,      11.0,        0.1,       -0.1},
  {8,  2,   -14.5,     -20.0,       -0.6,        0.2},
  {8,  3,    -5.6,      11.9,        0.2,        0.4},
  {8,  4,   -19.3,     -17.4,       -0.2,        0.4},
  {8,  5,    11.5,      16.7,        0.3,        0.1},
  {8,  6,    10.9,       7.0,        0.3,       -0.1},
  {8,  7,   -14.1,     -10.8,       -0.6,        0.4},
  {8,  8,    -3.7,       1.7,        0.2,        0.3},
  {9,  0,     5.4,       0.0,        0.0,        0.0},
  {9,  1,     9.4,     -20.5,       -0.1,        0.0},
  {9,  2,     3.4,      11.5,        0.0,       -0.2},
  {9,  3,    -5.2,      12.8,        0.3,        0.0},
  {9,  4,     3.1,      -7.2,       -0.4,       -0.1},
  {9,  5,   -12.4,      -7.4,       -0.3,        0.1},
  {9,  6,    -0.7,       8.0,        0.1,        0.0},
  {9,  7,     8.4,       2.1,       -0.1,       -0.2},
  {9,  8,    -8.5,      -6.1,       -0.4,        0.3},
  {9,  9,   -10.1,       7.0,       -0.2,        0.2},
 {10,  0,    -2.0,       0.0,        0.0,        0.0},
 {10,  1,    -6.3,       2.8,        0.0,        0.1},
 {10,  2,     0.9,      -0.1,       -0.1,       -0.1},
 {10,  3,    -1.1,       4.7,        0.2,        0.0},
 {10,  4,    -0.2,       4.4,        0.0,       -0.1},
 {10,  5,     2.5,      -7.2,       -0.1,       -0.1},
 {10,  6,    -0.3,      -1.0,       -0.2,        0.0},
 {10,  7,     2.2,      -3.9,        0.0,       -0.1},
 {10,  8,     3.1,      -2.0,       -0.1,       -0.2},
 {10,  9,    -1.0,      -2.0,       -0.2,        0.0},
 {10, 10,    -2.8,      -8.3,       -0.2,       -0.1},
 {11,  0,     3.0,       0.0,        0.0,        0.0},
 {11,  1,    -1.5,       0.2,        0.0,        0.0},
 {11,  2,    -2.1,       1.7,        0.0,        0.1},
 {11,  3,     1.7,      -0.6,        0.1,        0.0},
 {11,  4,    -0.5,      -1.8,        0.0,        0.1},
 {11,  5,     0.5,       0.9,        0.0,        0.0},
 {11,  6,    -0.8,      -0.4,        0.0,        0.1},
 {11,  7,     0.4,      -2.5,        0.0,        0.0},
 {11,  8,     1.8,      -1.3,        0.0,       -0.1},
 {11,  9,     0.1,      -2.1,        0.0,       -0.1},
 {11, 10,     0.7,      -1.9,       -0.1,        0.0},
 {11, 11,     3.8,      -1.8,        0.0,       -0.1},
 {12,  0,    -2.2,       0.0,        0.0,        0.0},
 {12,  1,    -0.2,      -0.9,        0.0,        0.0},
 {12,  2,     0.3,       0.3,        0.1,        0.0},
 {12,  3,     1.0,       2.1,        0.1,        0.0},
 {12,  4,    -0.6,      -2.5,       -0.1,        0.0},
 {12,  5,     0.9,       0.5,        0.0,        0.0},
 {12,  6,    -0.1,       0.6,        0.0,        0.1},
 {12,  7,     0.5,       0.0,        0.0,        0.0},
 {12,  8,    -0.4,       0.1,        0.0,        0.0},
 {12,  9,    -0.4,       0.3,        0.0,        0.0},
 {12, 10,     0.2,      -0.9,        0.0,        0.0},
 {12, 11,    -0.8,      -0.2,       -0.1,        0.0},
 {12, 12,     0.0,       0.9,        0.1,        0.0}};


}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:59:59+00:00Added an answer on May 23, 2026 at 4:59 am
    {7,  2    -4.7,     -21.1,       -0.6,        0.3},
    

    instead of

    {7,  2,    -4.7,     -21.1,       -0.6,        0.3},
    

    (missing coma) Line 50.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

currently i have jdbc code with the following basic stucture: get Connection (do the
I have the following data structure in C: typedef struct { void* buffer; ...
I am trying to make some data from database available using XML, I have
I have the following code to read data from my .plist for use in
I Have following code: Controller: public ActionResult Step1() { return View(); } [AcceptVerbs(HttpVerbs.Post)] public
I have following Code Block Which I tried to optimize in the Optimized section
I'm trying to use opengl in C#. I have following code which fails with
I have the following code in a web.config file of the default IIS site.
I have the following code: $bind = new COM(LDAP://CN=GroupName,OU=Groups,OU=Division,DC=company,DC=local); When I execute it from
I have the following code snippet. $items['A'] = Test; $items['B'] = Test; $items['C'] =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.