• cast?
    Does anybody know, how one have to cast an operation correctly? And is it necessary to tell the compiler that a constant is unsined long #define dword unsigned long unsigned char ucH; //hours unsigned...
  • problem in type casting in keil
    i am having problem in type casting for lpc2129 please can any one give me an example of type casting which works,,,
  • C51 compiler type cast issues...
    I am using Keil, C51 Compiler with Infineon XC886 8-bit micro.... I have a simple application that acquires rising and falling edges at P3.0 and then calculates the Period and Pulse Width in ticks...
  • type casting?
    Hello, a question about how C166 handles type conversions: I have this: unsigned long c; unsigned char i, d if the following code is executed: c = 20403776; i = 0; d = 3; c += pow...
  • casting of pointers in c
    Hello again gays. I want to know about casting and type conversion in C programing language . for example how this expression work and what is the return value ? char *strval ; (const char*...