Hye All I Have some thousands of C file and related makefiles that are working on windows.But according to our need we have to run those files in...
Hi Below code is for inserting data to the front of the node ,just wanted to know we have reassigned start = tmp ,i.e. start will point to the...
please fwd me your your personal mail id ,ill forward u there
Hi This prg is for creating a link list .But Iam not able to understand what will last line do q->link=tmp; int create(int data) {...
Hye Iam executing nmake through cmd prompt , after giving cmd nmake i got error .\include\extnargs.mak<271> : fatal error U1023 :syntax...
Hye again iam giving the command as per your saying but getting error makefile:55: *** commands commence before first target.
first of all sorry ,i did not intentionally post the same query twice ,it was done mistakenly. Ok i am sending my makefile here ,kindly see it...
Iam compiling my project but it showing this error NMAKE : fatal error U1064: MAKEFILE not found and no target specified Does anyone have...
Iam comipliing my project but it showing this error NMAKE : fatal error U1064: MAKEFILE not found and no target specified Does anyone...
Hye iam facing an error i.e. Error 6 error C2143: syntax error : missing ')' before 'type' Error 7 error C2059: syntax error : ') CODE is...
Why the sizes of the data types precisely defined?
Thanks I know why do we use void pointer ,but in real time project what is the use of it .
Hye iam facing problem Iam using IDE Source Insight . I have lot of file & folder having c source file as well as makefile. All the makefile are...
#define KS(p) ks((void *)&p) Can anyone explain me what this macro is doing
Can anyone tell me How do we link RTOS program with our application code .Just a general information
As I am using Source Insight ,Diab complier . Iam having number of directories &some files icluding makefile .When iam creating a new project...
If i declare a function as static what will happen
main() { int x=10 ,y=20,z=5 ,i; i=x<y<z; printf("%d",i); } output :1 why the output is 1 ,how x ,y ,z are gettting compared
#include<stdio.h> main() { static int a[20]; int i=0; a[i]=i++; printf("%d %d %d",a[0],a[1],i); } output : 0 0 1 My question is...
Dear shabbir I just want to know what does this means (*((unsigned char *)0x70060000) & 0x80)
Separate names with a comma.