#include <stdio.h>

int main() {
    char t[] = "My Name is\"Prakash"";
    printf("%d",&t);
    

return 0;
}