Hi Is there any way that we can write function into specific address. Is it possible with pointer to constant .
hi when I do ptr=(int*)malloc(10); Does the memory allocate of 10 bytes are in continuous memory area . Does malloc allocates memory...
Ya u are correct this is what i want to do but 1.data is coming from serial port which is unsigned char sResult[75] 2.When Iam printing RMsg...
............ printf("\n before=%s",sResult);//is it correct? //HERE PERFECTLY OK if((tmp[3]=='G')&&(tmp[4]=='G')&&(tmp[5]=='A')) {...
Are gpsFrame,sResult,flength global variables? Yes If so how are gpsFrame and sResult defined? What is the array size? unsigned char...
I am writing a program on serial port where iam sending a string $GPGGA,123519,0.12343,N,0.19607,W,1,08,0.9,545.4,M,46.9,M,,*47" On receive...
#include<stdio.h> main() { char s1[]="H1"; char s2[]="H1"; if(s1==s2) printf("EQUAL"); else printf("NOT EQUAL"); } OUTPUT : NOT EQUAL...
hi all, if I am allocating memory using malloc, example 1. temp = (int)malloc(122); temp addresss is 1000 And I am not freeing the...
Iam facing parsing problem .I have 2 bytes of data my_message. & i want to send this data to client (socket proging).Server side my parsing is ok...
Separate names with a comma.