#include<stdio.h>int main(){char *ch = “Hello world”;printf(“n %s”,ch);return 0;} output:Hello world Post navigation c program to determine the memory location of a variable using pointer c program to add two integers by passing arguments to function using pointers