| http://www.w3.org/ns/prov#value | - It has never been initialized.: and secondly could any one tell me what does v and v[] mean in context with the above program.: I mean v is an array i.e. v[], so how could it simply be used as 'v'.: while being used in the swap command.: What does the swap(v,++last ,i); mean exactly: Thanks: Nitin: Swapping means to exchange the content in v[i] and v[j].
|