tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 C Language > Macros > Max of two numbers

Max of two numbers 

This example shows finding the max of two numbers using macros.

File Name  :  
source/C/macros/max_macro.c 
Author  :  Sudhakar KV
Email  :  [email protected]

It gives the following output,
x:8  y:2  max:8
x:8  y:24  max:24



 
  


  
bl  br