I have an application which has several functions in it. Each function can be called many times based on user input. However I need to execute a small segment of the code wi
do { //execute code once } while (false)