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
~4K People Reached
Favorite Tags

4 Posted Topics

Member Avatar for ravss

I am trying to write a C++ solution for a problem which is written C, I have learnt C++ very long ago(may be 15 years), and the way C++ is evolved now is kind of taking long to understand and not easy as 'C' to develop a solution. Would request …

Member Avatar for wwwalker
0
342
Member Avatar for kouty

In line number 18 of second program try to print the value of `chif`, do you see any one of 0,1,2,3? its random or unpredictable, so you need to initialize `chif` before using.

Member Avatar for ravss
1
615
Member Avatar for Meno_1

For comparing strings use `strcmp` Replace `cout` with `printf`, `cin` with `scanf` with %d and %s appropriately

Member Avatar for ravss
0
270
Member Avatar for Rohan_12
Member Avatar for ravss
0
2K

The End.