-
What does %s and %d mean in prinft in the C language?코딩Coding/C++__C언어 2022. 2. 14. 02:05728x90
https://stackoverflow.com/questions/9026980/what-does-s-and-d-mean-in-printf-in-the-c-language
What does %s and %d mean in printf in the C language?
I don't understand what the %s and d% do in this C code: for (i=0;i<sizeof(code)/sizeof(char*); i++) { printf("%s%d%s%d\n", "Length of String ", i, " is ", strlen(code[i])); str = code[...
stackoverflow.com
https://en.wikipedia.org/wiki/Printf_format_stringprintf format string - Wikipedia
Program An example of the printf function printf format string refers to a control parameter used by a class of functions in the input/output libraries of C and many other programming languages. The string is written in a simple template language: characte
en.wikipedia.org
C언어 data types-%d, %ld, %lu -
https://economiceco.tistory.com/m/13354C언어 data types-%d, %ld, %lu
part1 https://youtu.be/Kqez8p9fvQg part2 https://youtu.be/9J9zL03ycHs
economiceco.tistory.com
반응형'코딩Coding > C++__C언어' 카테고리의 다른 글
C++] Constant references are not always your friends (0) 2022.02.16 C언어 Float형식 (0) 2022.02.14 C++] cpp와 h를 나누는 이유? (0) 2022.02.14 1시간 짜리 C언어 무료 강의 영어임. ㅠㅠ (0) 2022.02.14 Using G++ to compile mutiple. cpp and .h files (0) 2022.02.13 C++) 자료구조-Queue 간단한 구현 - (0) 2022.02.12 C++ String - std::string Example in C++-freecodecamp.org (0) 2022.02.06 Learn C in One Day-Mike Shah (0) 2022.02.05