print is a function with aproto type as following:
void print(string file, string varNames[100],string varContent[100] , int& variablesNo);
Description:
Takes the varName needed to print on terminal and do search for it in varNames array then print its content from varContent array
print is a function with aproto type as following: void print(string file, string varNames[100],string varContent[100] , int& variablesNo); Description: Takes the varName needed to print on terminal and do search for it in varNames array then print its content from varContent array