No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hey help me ..I can't understand.... how that printf works?
@Arbus You make "BREAK" statement. But how can we make "CONTINUE" statement using for loop?
@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?
@nezachem can you explain complete procedure for that printing \b
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...
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]
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.
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 …
The End.
Utsav Chokshi