Examlex

Solved

Assume the Following Sales Data for a Company 2014$1,050,0002013950,0002012800,0002011550,000\begin{array} { l r } 2014 & \$ 1,050,000 \\2013 & 950,000 \\2012 & 800,000 \\2011 & 550,000\end{array}

question 167

Multiple Choice

Assume the following sales data for a company: 2014$1,050,0002013950,0002012800,0002011550,000\begin{array} { l r } 2014 & \$ 1,050,000 \\2013 & 950,000 \\2012 & 800,000 \\2011 & 550,000\end{array} If 2011 is the base year, what is the percentage increase in sales from 2011 to 2013?


Definitions:

Strcpy()

A function used in C programming to copy one string to another.

Strcmp()

A function in C and C++ programming languages that compares two strings lexicographically.

Strncpy()

A standard library function in C used to copy a specified number of characters from one string to another.

Test[5]

Denotes an array named "Test" with space allocated for six elements, with indices ranging from 0 to 5.

Related Questions