Search
 
 
Void
 
Characters remaining : 3000
 
Report
S u sindhu asks : mercantile law whatis a mean by void and vaild and voidable 
Category : Mercantile Laws |  On : 2012-01-20 07:41:30
Report
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 
Category : GATE |  On : 2010-05-29 10:39:18
 
13/06/2010 04:50:50
a)void a(void) {a=a 1;return;}
Previous1Next