+ 1
How does "sizeof ()" work ?
4 Réponses
+ 1
So,what is the answer of below code.
Int fun()
{
Printf("Hello ");
Return 10;
}
Void main()
{
Printf("%d\n",sizeof(fun());
}
Assume library is already added. :)
+ 1
Thank U got it :)👍
+ 1
Yaa auto capitalization is my keyboard prolem.when i saw this question then I think about above situation and I wrote ruff code format for that that's why.
BTW Thanks 👍 :)
0
So, according to you it will call fun() ??