[BUG] Logical error fixed in conversions/c_atoi_str_to_integer.c #67

Closed
opened 2026-01-29 15:02:29 +00:00 by claunia · 0 comments
Owner

Originally created by @Suraj-Patro on GitHub (Oct 30, 2020).

Description

Expected Behavior

Program should pass all the assertions.

Actual Behavior

Program failed to pass all the assertions.

Possible Fix

Improve the logic of the prgram to fix the error.

Steps to Reproduce

just compile and execute the program as it is.

Context

Originally created by @Suraj-Patro on GitHub (Oct 30, 2020). <!--- Provide a general summary of the issue in the Title above --> ## Description <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> ## Expected Behavior <!--- Tell us what should happen --> Program should pass all the assertions. ## Actual Behavior <!--- Tell us what happens instead --> Program failed to pass all the assertions. ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> Improve the logic of the prgram to fix the error. ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> just compile and execute the program as it is. ## Context <!--- How has this bug affected you? What were you trying to accomplish? -->
claunia added the bug label 2026-01-29 15:02:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#67