Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Difference between typedef and #definehese C++
Difference between en1 and en2, changed 150 character(s)
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 ! 

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English vkditya0997 2015-12-31 12:53:30 150
en1 English vkditya0997 2015-12-31 12:24:46 199 Initial revision (published)