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
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags
c x 11
c++ x 1

9 Posted Topics

Member Avatar for gynmd
Member Avatar for gynmd
0
179
Member Avatar for tubby123

@Arbus You make "BREAK" statement. But how can we make "CONTINUE" statement using for loop?

Member Avatar for Arbus
0
200
Member Avatar for MooCrow
Member Avatar for MooCrow
0
807
Member Avatar for p.user01

@narue..I am also a C beginner... I have ran this program on my compiler DEV C++. I also get same result=8 I have compiled many times...and It shows same output... So there is specific thing is going wrong... Can you explain more about "sequence point rule"...or give some good reference?

Member Avatar for WaltP
0
324
Member Avatar for ak24
Member Avatar for ak24
0
1K
Member Avatar for Utsav Chokshi

Question:How many main() in one C program is possible? Answer:(a)Exactly one or (b)More than one If answer is b than write easiest program having two main()s...

Member Avatar for nezachem
0
252
Member Avatar for Utsav Chokshi

Question:Write a program which prints " Testing C Skills" without no use of semicolon. I have found one answer : [CODE]1. #include <stdio.h> 2. void main() 3.{ 4. if(printf("Testing C Skills")) 5. {} 6.}[/CODE]

Member Avatar for rajeevpareek
0
100
Member Avatar for relient28

rolf.becker is absolutely right..... if someone enter a character as a base then....base value will be printed as 0 and u can understand that user don't input valid input........This way intialization of variable is important.

Member Avatar for L7Sqr
0
140
Member Avatar for Utsav Chokshi

I have two programs which gives a same output.....But they uses different logics.... So I want to compare their compilation and run time so I can understand which one is better.... The program gives an output like.....If u enter a number=789 then output=890 means each input digit got increament of …

Member Avatar for group256
0
112

The End.