Hi
I have a character array, say
char name[10] ;
I want to assign null value to it.
Can I do something like
name = null ;
or
strcpy(name,null) ;
Help is needed.
Regards
SunnyPriya Joshi
![]()
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |