Let us C Chapter 5 and 6 problems

Note-Please Attempt problem from your own first.Otherwise click on the link question to get the solution.




Chapter 5 Problem [D][a]



___________________________________________________________________________________


Chapter 5 Problem [D][b]



___________________________________________________________________________________


Chapter 5 solutions Problem[D][d]



____________________________________________________________________________________


Chapter 5 solutions Problem[D][e]



_____________________________________________________________________________________


Chapter 5 Solutions Problem[D][c]

                                                                           1               i                  100          c 
                                                                           5               v                   500         d 
                                                                          10              x                   1000       m 
                                                                          50             l 
                Roman equivalent of 1525 is mdxxv



_______________________________________________________________________________________


Chapter 5 Problem[F][b]



_______________________________________________________________________________________


Chapter 5 Problem[F][c]



________________________________________________________________________________________


Chapter 5 Problem [J][a]




__________________________________________________________________________________________


Chapter 5 Problem [J][b]



___________________________________________________________________________________________



Chapter 5 solutions problem [J][e]



______________________________________________________________________________________________


Chapter 5 Problem [J][f]




______________________________________________________________________________________________




chapter 5 Problem [J][k]


_______________________________________________________________________________________________


_______________________________________________________________________________________________




_______________________________________________________________________________________________


_______________________________________________________________________________________________


chapter 6 solutions problem [A][d]

Question-
main( ) 

int x, y, s = 2 ; 
s *= 3 ; 
y = f ( s ) ; 
x = g ( s ) ; 
printf ( "\n%d %d %d", s, y, x ) ; 

int t = 8 ; 
f ( int a ) 

a += -5 ; 
t -= 4 ; 
return ( a + t ) ; 

g ( int a ) 

a = 1 ; 
t += a ; 
return ( a + t ) ; 
}

Here is link of the solution :-



___________________________________________________________________________________

                                                               ( END)




2 comments:

  1. Thank you niazi,

    I am no expert. I myself learnt started learning programming from beginner level. I love solving problems so, i thought why not write a blog. If you have any other programming problems and issues, you can always ask for the solutions and clarifications on my mail id.

    Keep learning. :)

    ReplyDelete