Game Preview

coding(cpp)

  •  Korean    9     Public
    how much do you know about cpp!?
  •   Study   Slideshow
  • what does printf(" "); do?
    print the text on compiler
  •  10
  • what does for( ; ; ) {} do?
    repeat the codes
  •  10
  • #include <?>; whats in <?>
    stdio.h
  •  15
  • what is max value in int?
    2,147,483,647
  •  25
  • what ^ means?
    xor
  •  20
  • what * means?
    times
  •  10
  • what "#define" do?
    call some external functions
  •  25
  • what scanf("%", ); do?
    get a input
  •  10
  • what is the difference between int and float?
    float can read under decimal point
  •  15