Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Jun 1, 2005 12:29 pm
7453
Reply embedded... ... I leave the interpretation up to you as an exercise. Post your work and ask for comments instead. Here are the hints: Whenever dealing...
In this code it throws a runtime error on a code access violation . On the line z->data=p->data; while (p!=NULL && q!=NULL) { if (*s==NULL) { printf("test"); ...
Hi Great People, Anybody knows, please Expalin indetail 1) how to print the string in monitor without using printf() statement? 2) Allocation of memory for Two...
Reply embedded... ... You're supposed to do your own homework. [Questions Snipped] ... But what have you done so far? Why should we do your homework for you? ...
Hi Ajit, Find answers embedded. ... Ans: You can fill the video memory i mean the address of the CRT char far *st=0xB80000 /*This is the starting address of...
... == Earn 2 millions per month with zero investment == You will get $25 in just 1 minute == Earn millions by giving $25 free to others. == Absolutely Free ==...
... int main() { if (printf ("without semicolon\n")) { } } this is without a ; ... -- @};- Experience will tell you what to do, Confidence will tell you to do...
Hi All, I am having test at Adobe India on This Saturday, If any one have any idia of paper or having Any old paper. Please mail me. Mail me how to prepare fot...
neeraj gupta
mailtoneeraj2002@...
Jun 2, 2005 4:10 am
7461
Hi saroj, That is not executing a C program with out ; If is a conditional statement.....ok?....... we cannot excute something like main() { printf("\nThis is...
Dint get you , I think the code i sent is a valid C program. and it has no semicolon in it. ... -- @};- Experience will tell you what to do, Confidence will...
Hi This is the ans for the first one. Actually, U can use far pointer to write directly into the VDU memory. The VDU memory starts at 0xB800000L(not very sure...
yes its a valid C program......but "if" is a conditional operator and if u put a semicolon at the end of if u will get an error...but what the "other" gy's...
if i'm not wrong this code wont work on *nix systems. its a typical DOS code only. and C on DOS is not the best one. ... -- @};- Experience will tell you what...
Yeah I think u r right :) I m not sure whether it ll work on *nix systems. That guy didn't specify the OS and for windows its a valid prog. Hope u got my...
yah. u r right. printf has to be made in a way that it can do its job irrespecticve of the OS. so when you want to do the job on your own, it needs to be OS ...
Hi, You can print in a monitor without the use of printf by using fputs as follows: fputs("This is the string to be printed in monitor",stdout); Hope this will...
Hi! The variables are used in the coding.It occupies memory based on the datatype.After using that variable,the memory occupied by that variable gets released...
Hi Ajith, Relating to the allocation of memory for double dimensional array you can follow the following code : #include <stdio.h> int main() { int **a; int...
... == Earn 2 millions per month with zero investment == You will get $25 in just 1 minute == Earn millions by giving $25 free to others. == Absolutely Free ==...
hi all, I was trying to implement strcpy() such that it should work if the destination string(str1) is shorter than the source string(str2). I have used...
Dear all, Please explain me how do we pass the commnad line parameters??? DJ?? -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version:...
Hi Saroj, No I haven't heard about it... I am a beginner only.... I tried google but didn't get any related links... Please can you give a brief explanation......
the only concept in C is pointer. go and read the book understanding pointers in C by Y. kantekar. many say the book is very bad. but complete it so that you...
... hi, You can pass command line parameters by typiong it in the command line leaving a space after the executable file name. parameters can be seperated by...
Hi, Could any one tell me if I have a programme in C/C++ how can I make sure that this program can run under different operating systems.Do I need to do...
What I think U need to use conditional compilation, using preprocessor code and based on the #defines defined by a particular OS / compilers running on diff...
using ksh i made querry to database and the result i have put into a text file ......below showing the content of the text file CATEGORY ... BALANCE...