Program 9 Output

Here is correct output for Programming Assignment 9.


1Results of testing                                                                                                                  
0                                                                                                                                    
-We will test the STRLEN macro.                                                                                                      
-The input value is:  00                                                                                                             
0The actual length is:    0                                                                                                          
0The computed length is   0                                                                                                          
-The input value is:  C1C2C300                                                                                                       
0The actual length is:    3                                                                                                          
0The computed length is   3                                                                                                          
-The input value is:  000000                                                                                                         
0The actual length is:    0                                                                                                          
0The computed length is   0                                                                                                          
-The input value is:  C1C2C300                                                                                                       
0The actual length is:    3                                                                                                          
0The computed length is   3                                                                                                          
-The input value is:  C1C2C300                                                                                                       
0The actual length is:    3                                                                                                          
0The computed length is   3                                                                                                          
-The input value is:  C1C2C300                                                                                                       
0The actual length is:    3                                                                                                          
0The computed length is   3                                                                                                          
-The input value is:  D1D2D300D4D500                                                                                                 
0The actual length is:    3                                                                                                          
0The computed length is   3