Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKanybek Zhagusaev
189 PointsI stucked
I don't know what's wrong here?
float real_numbers[] = {22.33, 33.2, 55.2, 66.2, 55.3};
printf("Array real_numbers is %lu bytes", sizeof(real_numbers));
1 Answer
Guled Ahmed
12,806 PointsThe correct format is %ld (long).
Kanybek Zhagusaev
189 PointsKanybek Zhagusaev
189 Pointsthanks!!!
Guled Ahmed
12,806 PointsGuled Ahmed
12,806 PointsNo problem. :)