hi i am sending answer for ur q p means variable which stores the value &p means it stores the address of the value thanq --- In c-prog@yahoogroups.com,...
Hi my name is vickey and i am new member of this group and i want to know how to read continuous data from parallel port if anyone know code please send me i...
hi can anyone tell me how do we calculate the average waiting time in the case of Round Robin scheduling Algorithm? plz mail me as soon as possible bye...
Hi I am new member of this group and i m facing a problem in gettingg continuous data from LPT1 could anyone send me the code related to this problem i will be...
From: Hemant Jangid ... Mixing new and malloc is not dangerous. Deleting malloc'd objects and freeing new'd objects is "dangerous". -- PJH "Real programmers...
Suggestion for another algorithm: Create a function that will create a hash for a combination. This will reduce your search space; if a combination is the only...
From: kou_cihan ... Both programs appear identical (with the obvious exceptions of the language used, and the lack of spaces in the formatting of the output ...
From: Ray Devore Kou, Other than language within the quotes, I don't see any difference either. Why do you think there should be a difference? Ray Did you not...
while entering the charecters of the other language to enter the name of the person, u might face problem if u enter an non-ascii char...... i am not sure, its...
What's Up Guys I need help with writting a C++ program that is Scanner compliant, in more explanation I would want it to for example recognize or capture data...
Hai, Explain the following,what it will return ,how many arguments pass,what is the type of argument we can pass. what is the function,what it will do ?. ...
From: manju arumugam ... Doesn't your compiler come with help files? -- PJH "The difference between genius and stupidity is that genius had its limits." -...
Hi All, Make a program "using link list" in such a way that if it's input is one string like aaddabddbc then it' output must be in descending order, like...
Hi All, Make a program "using link list" in such a way that if it's input is one string like aaddabddbc then it' output must be in descending order, like...
Dear All, I am having a task to develop an application which can be used for serial communication analysis. For that a need to create a virtual serial port on...
Hi All, read in some web site that its better to use reverse for-loops ( n to 0)instead of normal loops that starts from 1 or so. How does it makes a...
Is it necessary to do the program using linked list. It can be done more simpler, by just having an array of 256 characters. parse every character of the ...
http://www-ccs.ucsd.edu/c/stdio.html "Choose a job you love, and you will never have to work a day in your life." Prasad P Ligade Tata Consultancy Services...
After I sent it I realized I shouldn't have said within the quotes. I did not see any logic differences. Ray Paul Herring <pherring@...> wrote: From:...
Ray Devore
rbdevore2007@...
Aug 1, 2005 11:19 am
46324
Hi frenz, Can anyone give complete description of getopt bye giving an example I am unable 2 understand it from man pages ......... Pleassssse ...
From: rakesh v. ... http://www.google.co.uk/search?q=getopt+example+C -- PJH bug, n: An elusive creature living in a program that makes it incorrect. The...
hi plz say the reason for such o/p for the below program. (1) #include<stdio.h> void main() { void main(); } (2) can a program can have more than one main() ...
http://www.tnt.uni-hannover.de/soft/case/lang/c/libc/libc_25.html "Choose a job you love, and you will never have to work a day in your life." Prasad P Ligade ...
... Compiling this should give error. BTW, return type of main function should be always int. ie int main() ... No... Just like you cannot have more than one...