Soner
Soner
  • Видео 63
  • Просмотров 6 082
Functions
2024 11 27 152804
Просмотров: 0

Видео

Function Decleration
14 часов назад
2024 11 26 155613
Functions with Parameters
Просмотров 12 часа назад
2024 11 26 151833
Calculate Factorial
Просмотров 39 часов назад
Calculate Factorial
Do While Loop
Просмотров 512 часов назад
2024 11 21 135223
While Loop
Просмотров 1014 часов назад
2024 11 21 134135
Break vs Continue
Просмотров 516 часов назад
2024 11 20 150257
For Loop
Просмотров 616 часов назад
2024 11 20 144726
Variables
Просмотров 22День назад
Variables
If Statement [] if, else if, else
Просмотров 13День назад
If Statement [] if, else if, else
Inequality Operators
Просмотров 6День назад
Inequality Operators
Modulus Operator
Просмотров 8День назад
Modulus Operator
Assignment vs Equality Operator in Programming
Просмотров 16День назад
Assignment vs Equality Operator in Programming
Increment and Decrement Operators in C
Просмотров 914 дней назад
Increment and Decrement Operators in C
Augmented Assignment Operators in C
Просмотров 314 дней назад
Augmented Assignment Operators in C
Random Numbers in C
Просмотров 2614 дней назад
Random Numbers in C
Modulus Operator
Просмотров 214 дней назад
Modulus Operator
User Input
Просмотров 4514 дней назад
User Input
Array of Characters and Strings
Просмотров 1114 дней назад
Array of Characters and Strings
Arrays[ ]
Просмотров 1414 дней назад
Arrays[ ]
Let's Sort an Array in C
Просмотров 2714 дней назад
Let's Sort an Array in C
Lists, Sets, Tuples #python
Просмотров 1521 день назад
Lists, Sets, Tuples #python
Pointers in 3 Steps | C/C++
Просмотров 1021 день назад
Pointers in 3 Steps | C/C
Decimal To Binary #javascript
Просмотров 1Год назад
Decimal To Binary #javascript
Meal Price Challenge #algorithm #challenge #javascript
Просмотров 3Год назад
Meal Price Challenge #algorithm #challenge #javascript
Loop Challange #algorithm #challenge #javascript
Год назад
Loop Challange #algorithm #challenge #javascript
Camel Case Challange #challenge #coderbyte #algorithm #javascript #regex
Просмотров 166Год назад
Camel Case Challange #challenge #coderbyte #algorithm #javascript #regex
JavaScript String Challenge #challenge #javascript #coderbyte #algorithm
Просмотров 487Год назад
JavaScript String Challenge #challenge #javascript #coderbyte #algorithm
Malcolm X - Opening Speech 💬
Просмотров 132 года назад
Malcolm X - Opening Speech 💬
MUTUAL INDUCTANCE DOT CONVENTION
Просмотров 272 года назад
MUTUAL INDUCTANCE DOT CONVENTION

Комментарии

  • @hodayfa000h
    @hodayfa000h День назад

    Yep, i actually found that it was quite useful

  • @YigitSonmezer
    @YigitSonmezer 2 дня назад

    madem kısaltmaya çalışıyorsan ternary operator kullansana?

  • @soner8780
    @soner8780 19 дней назад

    // ARRAYS // In C programming, // an array is a collection of variables of the same data type. // Arrays are used to store multiple values in a single variable. // This allows us to manage large datasets efficiently. // ******************************************** // One-dimensional arrays // Two-dimensional arrays // Multi-dimensional arrays: // Extension of 2-D arrays, rarely used in practice #include <stdio.h> int main() { // int numbers[] = {21, 22}; // numbers[0] = 444; // int size = sizeof(numbers) / sizeof(numbers[0]); // printf("%d", size); // for (int i = 0; i < size; i++) // { // printf("%d ", numbers[i]); // } // 2-D ARRAYS int two_d_array[3][3] = { {1, 2, 3}, {3, 4, 5}, {6, 7, 8}, }; printf("%d", two_d_array[1][1]); return 0; }

  • @soner8780
    @soner8780 25 дней назад

    #include <stdio.h> int main() { // *POINTERS: // They are similar to variables but they points // the addresses instead of the values. // 1. step // Variables have "values" and "addresses" int age = 33; printf("The value: %d ", age); printf("The address: %p ", &age); // 2. step // When defining a variable, "*" says, this variable will hold an address. int *pAge = &age; printf(" %p", pAge); // 3. step // When reading a variable, "*" says, gimme the value at the address. printf(" %d", *pAge); // FINAL NOTES: // "*" : indirection operator // address => the box itself // value => stuff inside the box // good practice to assign NULL if declaring a pointer // int *pAge = NULL; // pAge = &age; return 0; }

  • @rajgaurav8784
    @rajgaurav8784 Год назад

    Thanks a lot, bro can i contact you regarding coderbyte sql answers it would mean world to me if u reply!! Please

    • @soner8780
      @soner8780 Год назад

      It's ok but i am a frontend developer, idk sql yet.

    • @rajgaurav8784
      @rajgaurav8784 Год назад

      @@soner8780 if u have coderbyte subscription can u please share for 1 or 2 day with me , please I need to practice sql

    • @rajgaurav8784
      @rajgaurav8784 Год назад

      @@soner8780 I am unable to purchase it from Indian debit card

  • @cantatl6204
    @cantatl6204 Год назад

    TAVŞAN 🤭

  • @soner8780
    @soner8780 2 года назад

    Happy 😊 Eid-Al Fitr!!!

  • @jhoelfrancogutierrezjimene1463
    @jhoelfrancogutierrezjimene1463 3 года назад

    Con subtitulos mas joven, se lo agradecería 😂😂😂👌🏾