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 :: malloc is undefined 
C :: powershell search files for string 
C :: install kubernetes kubectl on mac 
C :: terminal size in c 
C :: how to get time and date in c 
C :: buble sort c 
C :: convert from integer to string vb 
C :: arduino serial read write structure 
C :: roll binary c 
C :: react-textfit 
C :: roshan kumar 
C :: c data types 
C :: boilerplate code c 
C :: arduino digital input pins 
C :: cannot get / react router dom 
C :: pass the pointer to the function 
C :: c float remove trailing 0 
C :: c program to add two numbers 
C :: how to open a website in c 
C :: how to make a linked list in c 
C :: Hello world in C programming language 
C :: toupper function in c 
C :: read from stdin c 
C :: Bitwise Operators in C/C++ 
C :: 2 dimensional array in c 
C :: how to call function after some time in vue.js 
C :: c long to string 
C :: variable swap in c 
C :: signed and unsigned in c 
C :: arduino empty serial buffer 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =