Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~793 People Reached
Favorite Forums
Favorite Tags
c++ x 3
c x 1
c# x 1

3 Posted Topics

Member Avatar for shafiqkuidad

hello friends i need help in c++ programe i want to print the diamond of the type shown in picture any one help me in this regards............................ if possible then send me email at <snipped email>

Member Avatar for basit_3
0
251
Member Avatar for shafiqkuidad

Write a function int digit (int num, int k) that return kth digit of the positive number num. For example, if num is the integer 12435, then the call digit (num, 0) would returns the digit 5, and the call digit (num, 2) would returns the digit 4. Note that …

Member Avatar for NathanOliver
0
151
Member Avatar for Sune

Write a function int digit (int num, int k) that return kth digit of the positive number num. For example, if num is the integer 12435, then the call digit (num, 0) would returns the digit 5, and the call digit (num, 2) would returns the digit 4. Note that …

Member Avatar for shafiqkuidad
0
391

The End.