C bold output

[ad_1]

C bold output
#include 

#define RESET "\x1B[0m"
#define BOLD "\x1B[1m"      //Bold Text Formula...

int main(){
    printf("\nThis is a normal text.");
    printf("\n
    printf("\nThis is a normal text.");
    return 0;
}

[ad_2]

Content Protection by DMCA.com
Please Share