美文网首页
Chapter 1 ~ 12: C Basic -

Chapter 1 ~ 12: C Basic -

作者: 快乐捣蛋鬼 | 来源:发表于2019-08-13 09:24 被阅读0次
    5 types
    if else
    comparison operator
    Logical operators
    when curly braces are optional
    ternary operators
    sleep
    scope
    recursion
    main() return 0

    global vs static.png
    escape sequence
    11 / 3 = 3 or 3.666667
    NSInteger vs. NSUInteger
    while loop and for loop
    break

    continue
    address in pointers
    get data at an address
    sizeOf()
    pass by reference
    write passing by reference functions
    stack and heap

    相关文章

      网友评论

          本文标题:Chapter 1 ~ 12: C Basic -

          本文链接:https://www.haomeiwen.com/subject/hbomjctx.html