constant defined using connst int and #define

Joined
Aug 2, 2012
Messages
7
Reaction score
0
Suppose i have defined a constant as const int MAX =5 and i am using it in a function called find().


void find()
{

if(MAX==5)
{
//do this
}
else
{
//do this
}
}

if i am calling this function for 100 of times then which way is better to define a constant as i can define a constant in 2 ways.
1 const int MAX=5
2.#define MAX 5
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top