In the link http://www.eskimo.com/~scs/c-faq.com/cpp/constdefine2.html it is written that When you write const int num2 = 45; on the...
what is a compile time constant.
const variable Hi all, I got a doubt about const qualifier. In a site i read that The const qualifier really means ``read-only''; an...
Hi, Here is a link where you can find answer for difference between Process and a thread....
Hi, Thank you.i.e first I have to study about inter-process communication.I think then I will came to know how is it happening.Thank you...
Hi, I am not asking about API's.In C as far as I know when a function is calling another function,after executing the called function only the...
I don't know how it is before.I saw this one last week only.The only thing I can say is I am learning a lot.
How is it possible.Is there any extra code for that.
ok.Thank you. In general, how can we write a code like that.
Thanks for telling me my mistake.but the problem remains like that. ptrFunc = sendNotifier; ITAPI_SendSMS (pMe->pITapi, "1234567890", "Hello...
ITAPI_SendSMS() Description: This method is used to send SMS messages from the handset.This function can be used to send text messages to...
Thanks again.i tried that one.But I got one more doubt. how the arguments of a function pointer are passed when the function pointer is passing...
In that API it is given that PFNSMSSTATUS: Description: This is the prototype of the notification function whose address must be passed to...
Thanks a lot.I tried that one and I got it.Another doubt is won't it show any error if we does not pass arguments. Once again thank you.Thank you...
Hi all, I never worked on function pointers and so I don't know much about them.At present I am working on BREW.In it's API reference it is...
Separate names with a comma.