Hey man, giving a first look to your code it looked as if you are well versed i programming, but after thoroughly going i thought either you are...
int **p; p=(int **)malloc(m*n*sizeof(int)); m and n are the rows and columns ..... this is how you have to allocate memory to 2D array. No one...
All that i know about %[^_]is that it is used to scan a particular line includeing the blank spaces or nul values..... This syntax is used in...
Hey guys, can any one of you provide me with links for Download of projects in Java, for my submissions. I hope that i havent crossed the rules of...
Are the choices marked [Ans], correct answers or you think it to be correct. I dont find every one correct......
Thanks for suggestion. Was unaware of this. WOuld surely keep in mind while posting next time..... - Wrecker
do the code yourself and in case of any dificulty can post ques. Everybody will help you...
was a very nice and self explanatory example DaWei. Thanks
Another way to do it is using conditional operators. or ?:..... i hope that you would find satisfactory example.... if you do not know refer this...
PLease elaborate that. I was unable to understand...
OOps ya, made a mistake. I think i didn't read the question carefully.
Hey Shabbir, the code you works correct. then whats problem???
These are Bit wise shifting operators that shift bits of the variable provided on left hand side of << / >> , number of times provided on right...
Was really a nice try. Ya, what you stated is very correct that manipulating pointers is effective than changing values. But i would like to...
Never make mistake to ask for code. you may just Google for codes. you should better refer to http://www.gtk.org/tutorial/x2037.html...
:rolleyes: Just try using getline() function. this function will read string untill it encounters a '\n' or termination count provided in...
Quite simple, should be no confusion. Just pointer manipulation. Understand whats actually procedure of pointer storage and you will make it. Or...
Het guys can anybody help me with some information about System interfacing using C. I wish to perform certain operations such as shutdown or...
Hey Guys can any body help meout with some System interfacing programs in C
Separate names with a comma.