Click here to Skip to main content
15,917,793 members

Comments by Member 13100982 (Top 3 by date)

Member 13100982 6-Apr-17 3:31am View    
Thanks for briefing me. I need how **(*arr+1) denotes {0 1 0}. Could you please help me
Member 13100982 3-Apr-17 3:02am View    
Thanks Mehedi Shams
Member 13100982 2-Apr-17 13:45pm View    
Sorry.. We should not use DIVISION Operator

I am having a concept
int x=a+b;
y=0;
while(x>0)
{
x=x-2;
y++;
}

Now Y is the answer.. I dont know ,,how to assign the value of Y to AVG in a single experssion