Korean, Edit

C Language Table of Contents

Recommended Articles: 【Computer Science】 Computer Science Table of Contents, 【C++】 C++ Table of Contents


1. printf

2. Collection of C Language Coding Solutions

3. Dll Explicit Linking



1. printf

⑴ %c : Ascii encoding. 7-bit character code

⑵ %d : decimal number

⑶ %o : octal number

⑷ %x : hexadecimal number

⑸ %f : float type real number

⑹ %lf : double type real number

⑺ %ld : long type integer

⑻ %#o, %#x : hex with prefix (0x) or oct with prefix (0)

⑼ d : Reserve at least 10 spaces. ____1977 etc.

⑽ 0d : Fill empty space with 0. 0000001977 etc.

⑾ .3f : Total of 10 spaces including the decimal point. 3 digits after decimal. _____2.300 etc.

⑿ %E : Scientific notation of decimal



2. Collection of C Language Coding Solutions

Implementing Matrix Multiplication

Solving CPS Festival Question #6

Shortest Path Algorithm (Floyd Algorithm)

Base Conversion (Decimal → Binary)

Greatest Common Divisor and Least Common Multiple

Pascal’s Triangle

Hanoi Tower

Prime Numbers ≤ n, Sieve of Eratosthenes

Base Conversion (Decimal → Base-n)

Arithmetic in Wonderland

Integer Factorization

Consecutive Numbers

Handling Large Numbers

Determinant

Collatz Conjecture

Binomial Coefficient

Calculator (+, -, ×, ÷)

Input and Output of Image, Sound, Video with C Language



3. Advanced Theory

Dll Explicit Linking



Input: 2022.07.10 19:43

Edited: 2023.06.16 12:13

results matching ""

    No results matching ""