Insert A Value Into An Array At A Specific Position | C Programming Example

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • How to insert a value at a specific position in an array using C (i.e. insert a value at a specific index in an array). Source code: github.com/por.... Check out www.portfolioc... to build a portfolio that will impress employers!

КОМЕНТАРІ • 14

  • @yoruichi5802
    @yoruichi5802 Рік тому +3

    I compiled hello world with the gcc using wsl because of your old videos, hours of pain :)

    • @PortfolioCourses
      @PortfolioCourses  Рік тому

      I've also found WSL harder to setup and use than I would like. :-) I should probably be using WSL or something else for performance reasons, but on Windows I've found it easier to just run Ubuntu in Virtual Box.

    • @yoruichi5802
      @yoruichi5802 Рік тому

      @@PortfolioCourses I’m just a noob to all this , in the book brian said “on UNIX do cc hello.c and ./a.out “ so i fell down the rabbit hole and broke my neck

    • @PortfolioCourses
      @PortfolioCourses  Рік тому +1

      @@yoruichi5802 hahaha ugh well hopefully it goes smoother now 🙂

  • @dev_ression
    @dev_ression Рік тому +3

    Great stuff bro

  • @qcnck2776
    @qcnck2776 Рік тому

    Another great walk-through of the whole process. Thanks 👍

  • @nukarajupavani937
    @nukarajupavani937 10 місяців тому

    Sir,you can use vs code as it hints yiu the format of almost everything..like if u write a for loop,u don't jave to write it all completely as vs code will suggest u the format and u can just click it.
    LJust wanted to let u know sir,so that you can save some time and reaaaaallllyy love your videos sir😊

    • @PortfolioCourses
      @PortfolioCourses  10 місяців тому

      Yep! :-) I try to “show things slowly” in these videos, typing things out helps me to slow down.

  • @KanekiK4
    @KanekiK4 7 місяців тому

    Thanks a lot sir

  • @Chandana2556
    @Chandana2556 9 місяців тому

    thank youu sirrr...

  • @cityzens22
    @cityzens22 Рік тому

    I wish you were my teacher.