sky-999 rebloggedproject.hope (57)in Project HOPE • 5 years agoCommunity of the Week Challenge entry for PROJECT.HOPE CommunityINTRODUCTION This post is a response for recent contest: Community of the Week organized by @pennsif, with 10k SP delegation being a main prize. Main goal of this…sky-999 (43)in Programming & Dev • 5 years agoNovice C language learning journey(8)How to judge the two string that is it equal?I try run the code as follows.But it can not implement the function.Because it directly take the two string to compare.The code as…sky-999 (43)in #art • 5 years agoNovice C language learning journey(7)This is a function of string comparison.But it seems can not implement this function. Pass the string "abc" to the two Formal parameters of "char s1" and "char s2".The Formal…sky-999 (43)in #art • 5 years agoNovice C language learning journey(6)This code will shows a strange output when run it.Why? Look at the "strcat" function and "puts" function.These function need string variable.But "getchar" function read a…sky-999 (43)in #art • 5 years agoNovice C language learning journey(5)This code has a error when run it,the compiler shows "[Warning] return makes integer from pointer without a cast". Why it shows this error? The "world" function is char type.So…sky-999 (43)in #art • 5 years agoNovice C language learning journey(4)About input and output of char two-dimensional array. This code shows a error that "%c" need "int" parameter in the print statement. But the parameter is "char*" type.How to…sky-999 (43)in #art • 5 years agoNovice C language learning journey(3)This is a two-dimensional array.The output result is different when i input "howee areee youuu" string and "how are you" string.Because the "a" array is out of bounds when i…sky-999 (43)in #art • 5 years agoNovice C language learning journey(2)This is a code of to solve the prime numbers. But it has a problem,the print results is not prime numbers entirely.And it print many repeat numbers.The code as follows:…sky-999 (43)in #art • 5 years agoNovice C language learning journeyAt first i do not know why the b array output result is different for the two code as follows. No long after,i found that because the b array is out of bounds.The b array is…sky-999 (43)in #art • 5 years agoAbout for loop statementAfter compiled and ran for this code.When i input 1 on control,then control output 2.At first i do not understand that why control output 2. No long after,i understand because…sky-999 (43)in #art • 5 years agoMy C language learning journeyI want to write a code to print rhombus with use C program language.This code would used six for statements.The previous three for statements be used to print the upper five…