What is the output?
#include stdio.h
int main(){
char* ptr;
ptr = "DataStructure";
printf("%c", *&*ptr);
return 0;
}


Posted on by