Like : bool flag = false; flag = flag || radiobutton1.Checked; flag = flag || radiobutton2.Checked; flag = flag || radiobutton3.Checked; if(...
Good point nimesh ! Thanks for the support, nimesh and Mridula. :) :) :)
LOL ! But, you could have explained your reason to the doc, didn't he like you idea ? In this photo, you appear with specs : [IMG]
My pleasure :)
Thanks :) But I am 4th in my state :( State topper scored 97.0 % !! You know, in my 10th I was 3nd in state with 98.0 %. A boy from my own school...
_ARGS_ is used to pass arguments into a func, in a generic way. This is used here to allow non-ANSI as well as ANSI C compilers to compile the...
Hey nimesh ! :) Where are you man ? I rarely see you online.
Welcome to the forum !
That's OK. I hope learning C won't be difficult for you. (We are here to help, if you face any difficulty :))
I don't think you read the link that I had mentioned, carefully. Just after the list, someone posted a similar question. And as shabbir answers :...
Sure, there are many. shabbir mentions them here : http://www.go4expert.com/showthread.php?t=107
LOL, I think you are confused with printf syntax. Try this : #include <stdio.h> int main() { printf("\n2+2 = %d", 2+2); return 0; }
Welcome to G4EF, xzibit2313.
Yeah, you are right ! :) " " should enclose strings and not “ ”.
Go4Expert is not a place for dumping your assignments and asking for their solution.
Try this : (It might look same, but after careful observation, you can spot the difference(s) ;)) #include <stdio.h> int main(void) { //...
Nice deviation from the geeky puzzles ! But how do you define the "most" unique / hilarious ? How do you define the word most, which obviously...
Thanx Priya. I have really lost my interest in this $1 thing, because of so much (-ve) discussion on it. But, if you want me to participate, I...
Simply use strcmp ! I have modified the code, and now it has two options, either you can sort by grades with BubbleSortGRADE, or sort by names...
I don't see any badge with the above members !
Separate names with a comma.