 
		
			Submitted By: admin on October 7, 2019
			 1
			
			 7775 
		 
				
	 
	
																			 Source:  www.reddit.com
													
            Source:  www.reddit.com 
        			    SCREAMING_SNAKE_CASE is conventionally used for constants or preprocessor macros in C
from the CPP core guidelines
>Scream when you see a macro that isn't just used for source control (e.g., #ifdef)
It somewhat fits
- metaldragon199