What is function in C?
So say that you are writing a large program and constantly have to see which of two numbers is smaller, you could write a function:
int smaller(int a, int b)
{
if(a < b)
}
return a;
else
return b;
In Interview these kinds of questions will be asked in written Technical Round.
All type of questions which will be asked in written Technical round based on this topic is uploaded.
If the Download link Appears to be broken or not Available please Comment Here or Type your mail ID.
I will Share The Link Again or Mail You.
Subscribe for Daily updates And Join The Fresher Station Facebook Group.
No comments:
Post a Comment