Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: raj
  • Order by date
  1. raj

    a simple pointer question

    can anyone please tell me the reason why this message enter the word abcd OUTPUT = Borland Intl. when this code is executed main() { char *abc; abc = (char *) malloc (sizeof(char) * 30); printf("enter the word"); scanf( "%[^\n]", abc); printf("%s",*abc); }

Part and Inventory Search

Back
Top