Define a pointer to a variable as a char data type set the pointer equal to Hello World Print the entire contents of the variable Print the 4th and 6th positions of the variable.
Sample output:
Hello World
Position 4 =
Position 6=
Use Netbeans to do this Program