Count Even Numbers In An Array | C Programming Example

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ต.ค. 2024

ความคิดเห็น • 8

  • @DHARMA252
    @DHARMA252 2 หลายเดือนก่อน

    Good job as always. I really like your channel and how you teach C and stuff.

  • @PrivateUsername
    @PrivateUsername 2 หลายเดือนก่อน +1

    Don't use mod for this, just check if bit0 is set. Granted, the compiler might perform this optimization for you, but still.

  • @joaum2009
    @joaum2009 2 หลายเดือนก่อน

    Wouldn't you need to declare a prototype in order to run the function after main function?

  • @sxchii3xy
    @sxchii3xy 2 หลายเดือนก่อน

    I have a question is learn to code in c makes me a c developer - _- or not yet

  • @GouthamGunasekaran
    @GouthamGunasekaran 2 หลายเดือนก่อน

    Hello sir, please help me solve the below problem, i will get a string from user, and i have the corresponding font array like [26][5] , loop through each character of the received string and get the corresponding font from font array and create a pattern of 2D array with 0s and 1s , here is the tricky part, how to append or merge the pattern of next character until the end of the string. how to merge n number of 2D array. Final output should be pattern of 0s and 1s corresponding to the font for the whole received string. I'm struggling to merge 2D array after creating the pattern for each character. For more information on why i need this is, the created output pattern goes to the LED matrix display to scroll the string. Please need your support...

    • @GouthamGunasekaran
      @GouthamGunasekaran 2 หลายเดือนก่อน

      Hi sir, I'm your student, I have taken your linked list course from udemy. Now need to your support on the above mentioned problem.

    • @GouthamGunasekaran
      @GouthamGunasekaran 2 หลายเดือนก่อน

      Please share a email ID to send what I have done so far...it would better to explain and understand the problem statement.