1.#include "stdafx.h" int main(int argc, char* argv[]) { char *p[]={"C","Python","Java"}; printf("%d/n",sizeof(p));//12 return 0; }