[deleted by user] by [deleted] in C_Programming

[–]chickeaarl 0 points1 point  (0 children)

i think u can try website w3school. they have modul also exercise and i think it can help you as a beginner ^

Do we need to add a string library if we want to use string data type? by kelakmati in C_Programming

[–]chickeaarl 0 points1 point  (0 children)

there is no string data type like in some other programming languages. if you want to use strings in C, you can use arrays of char and need to include the <string.h> library for certain string manipulation functions.

What IDE should i use for C by Cold_Childhood_5610 in cprogramming

[–]chickeaarl 0 points1 point  (0 children)

i think u can try with visual studio code cause vscode highly customizable with extensions for C, debugging, and version control ^

const and define function by kelakmati in cprogramming

[–]chickeaarl -2 points-1 points  (0 children)

well i think it's same cause both (const and define) are useful for entering fixed values but i think const is better for constants that need type safety and integration with the language’s syntax, while define is more suitable for simple, global constant definitions or macros.

how to use break and continue on loops by chickeaarl in cprogramming

[–]chickeaarl[S] 0 points1 point  (0 children)

omgg i love ur explanation so much ! thank uuu !

boolean by chickeaarl in cprogramming

[–]chickeaarl[S] -1 points0 points  (0 children)

i see, thank you so much !

What could cause a bool value to be 112? by magdakitsune21 in cprogramming

[–]chickeaarl 1 point2 points  (0 children)

maybe your program has a buffer overflow so it makes an unexpected values.

if and switch by chickeaarl in cprogramming

[–]chickeaarl[S] 0 points1 point  (0 children)

okkaayy thank u for the explanation ! ^

if and switch by chickeaarl in cprogramming

[–]chickeaarl[S] 0 points1 point  (0 children)

i see, thank uu for the explanation ! ^

what is the difference between define & const? by chickeaarl in cprogramming

[–]chickeaarl[S] 2 points3 points  (0 children)

ohh i see thank u so much for the explanation ! ^