B sharp
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
- The title of this article is not correct because of technical limitations. The correct title is actually B# or B♯.
Introduction
In music, there are a couple marks known as "sharp" or "flat". They raise or lower the pitch half a tone, respectively. Since B is half a tone below C, B♯ IS C. Therefore, the language B♯ IS C as well.
Pronunciation
B♯ is pronounced "Bee-sharp".
Program
Hello, world!
#include<stdio.h> void main() { printf("%s", "Hello, world!\n"); // return 0; }