what does the BSS segment store?

Q. I know that the BSS segment stores the uninitialized global and static variables and initializes them to zero. But what if the global/static variable is initialized and my second question is I read that BSS segment doesn't consume memory, then where those it store these variables? Thanks Q. 나는 BSS 영역이 초기화하지 않은 전역, 정적변수들을 저장하는 것과 그것들을 0으로 초기화하는 것을 알고 있습니다. 하지만, 전역/정적 변수가 초기화되면 어떡하죠? 두 번째 질문입니다..