| Author: vipul 05 Sep 2008 | Member Level: Diamond | Rating: Points: 6 |
hi, for 1)int = 0; 2)string = "";
3)char = '\0'; 4)double = 0M; 5)float = 0.0F; 6)date = today date;
vipul, http://dongavipul.blogspot.com
Patel Vipul Web Developer Ahmedabad ( Gujarat )
|
| Author: Abhishek Arya 05 Sep 2008 | Member Level: Diamond | Rating: Points: 6 |
1)int =0 2)string=null
3)char=null 4)double=0.00 5)float=0.00 6)date =1/1/1900
|