Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 3
c x 2

4 Posted Topics

Member Avatar for gju

hi guys, i am not able to declare the array dynamically in c will you help me out thanks

Member Avatar for abhimanipal
0
134
Member Avatar for Bri426

u have already declared the smallest=0 so if the user enter all the number greater than 0 u will get 0 as your output so assign smallest as the first number given by user and change the condition if by if(number<=smallest) { smallest=number } reply me if it works

Member Avatar for gju
0
1K
Member Avatar for cortez716

Insted of char variable use int variable like 2 for continue and 3 to stop it will work try it

Member Avatar for Akill10
0
186
Member Avatar for gju

The End.