Quartz 5

Home

❯

C-Language

C-Language

Sep 08, 20261 min read

https://en.wikibooks.org/wiki/C_programming https://cppreference.com/c/language https://diveintosystems.org/singlepage/ https://tmewett.com/c-tips/

Stringler de bir Dizidir

#include <stdio.h>
 
int main(void) {[]()
  char s[] = "Hello";
 
  for(int i = 0; i < 13; i++) {
    printf("%c\n", s[i]);
  }
  printf("\n");
}

FILE: Dosya okumak için kullanılır.


Graph View

Backlinks

  • Halid's Wiki & Digital Garden
  • Bookmarks

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community