Forum: C Jun 15th, 2008 |
| Replies: 2 Views: 479 Hello ,
I would request you to give some information regarding the use of LOCATOR/LINKER.
With Regards
Narendhar.G |
Forum: C Jun 10th, 2008 |
| Replies: 4 Views: 819 Hello,
I would request you to give some information regarding FLOAT CODE.
With Regards
Narendhar.G |
Forum: C Jul 23rd, 2007 |
| Replies: 1 Views: 631 Hi ,
I have not worked with three dimensional array,
how to declare int a[3][3][3] with the help of pointers and explain Why. |
Forum: C Jul 23rd, 2007 |
| Replies: 10 Views: 2,205 From Narendhar,
In the function call you need to call
getMove(move,space);
And the function start should be
void getMove(int move,int *space); |
Forum: C Jul 3rd, 2007 |
| Replies: 1 Views: 24,352 Hi ,
I would thank you for replying for my thread,
I would like to know about static functions C language,what is the use of static functions.
Narendhar Gomathirajan |
Forum: C Jul 3rd, 2007 |
| Replies: 1 Views: 1,023 hi
I want to know what is linker and linkage in c language.
Could some one explain me what is linker and linkage.
Narendhar |
Forum: C Jun 22nd, 2007 |
| Replies: 4 Views: 1,711 thanks for viewing my query ,
I am using 32-bit arm-linux-gcc compiler
OS:ARM-LINUX |
Forum: C Jun 22nd, 2007 |
| Replies: 4 Views: 1,711 hi to every one,
I am working in AT91RM9200 microcontroller,I want to use interrupt functions in that microcontroller can someone suggest solutions,
I am using C code. |
Forum: C Jun 5th, 2007 |
| Replies: 10 Views: 7,814 I want to know how the values are printed on the output window i.e the code for write() or printf(). |
Forum: C Jun 4th, 2007 |
| Replies: 10 Views: 7,814 I would thank you for replying to my query ,Could you please give the source code for system call function write(). |
Forum: C Jun 3rd, 2007 |
| Replies: 10 Views: 7,814 Normally we use printf to print a statement in C-Language,but how can we print a statement without using a printf in LINUX.
Could Some one tell me the addresses of the output window in... |
Forum: C May 31st, 2007 |
| Replies: 10 Views: 7,814 /*
Copyright 2001, 2002 Georges Menie (<URL snipped>)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as... |