- Видео 63
- Просмотров 6 082
Soner
Добавлен 7 июл 2013
Видео
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
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
Yep, i actually found that it was quite useful
madem kısaltmaya çalışıyorsan ternary operator kullansana?
// 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; }
#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; }
Thanks a lot, bro can i contact you regarding coderbyte sql answers it would mean world to me if u reply!! Please
It's ok but i am a frontend developer, idk sql yet.
@@soner8780 if u have coderbyte subscription can u please share for 1 or 2 day with me , please I need to practice sql
@@soner8780 I am unable to purchase it from Indian debit card
TAVŞAN 🤭
Happy 😊 Eid-Al Fitr!!!
Con subtitulos mas joven, se lo agradecería 😂😂😂👌🏾