| S u sindhu asks : mercantile law whatis a mean by void and vaild and voidable |
| Vinod kataria asks : which is recursive function: a)void a (void) { a=a+1; Return; } B) int add (a,b) { x=a+b; } C)int sub (a,b) { int p,q; one:x=a-sub(p,q); If x = 5 return; else go to one; } D) none of the above |