Search
 
SCRIPT & CODE EXAMPLE
 

C

c bold text

#include <stdio.h>

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

int main(){
    printf("
This is a normal text.");
    printf("
%sThis is a BOLD text.%s",BOLD,RESET);
    printf("
This is a normal text.");
    return 0;
}
Comment

PREVIOUS NEXT
Code Example
C :: pi in c language 
C :: how to use gotoxy in c language 
C :: java.lang.SecurityException: Permission denied (missing INTERNET permission?) 
C :: fahrenheit to celsius formula 
C :: purge nvidia 
C :: .gitkeep file 
C :: check dns server in linux 
C :: Donut-shaped C code 
C :: octave dot operator 
C :: get window width height glfw 
C :: come creare variabili casuali in c 
C :: how to print int in c 
C :: is 33 prime number 
C :: arduino client disconnect 
C :: best sites for loop practice c 
C :: srand time null 
C :: c convert integer to string 
C :: string input in c 
C :: mariadb utf8mb4 
C :: pthread c 
C :: PATH_MAX 
C :: c to llvm 
C :: how to get input in 2d array in c 
C :: Grepper VSCode Add On 
C :: HOW TO ADD FORM IN BOOTSTRAp 
C :: c check if character is an alphabet 
C :: read file c 
C :: malloc c 
C :: iterate through enum in qt 
C :: Command to create a static library in C 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =