Hello Everyone,<br><br>↵
What's the difference in these two macros ? <br>↵
↵
~~~~~↵
#define LL long long int ↵
and ↵
typedef long long LL;↵
~~~~~↵
↵
and ↵
↵
What's the difference between these ? <br>↵
↵
~~~~~↵
inline void myFunction(){}↵
and ↵
void myFunction(){}↵
~~~~~↵
↵
↵
Thanks !
What's the difference in these two macros ? <br>↵
↵
~~~~~↵
#define LL long long int ↵
and ↵
typedef long long LL;↵
~~~~~↵
↵
and ↵
↵
What's the difference between these ? <br>↵
↵
~~~~~↵
inline void myFunction(){}↵
and ↵
void myFunction(){}↵
~~~~~↵
↵
↵
Thanks !