Home » Categories » Technical » Tell me the output
Tell me the output
0
Tell me the output

main()

{

    char a[]=="Hello";

    printf("%c\n",*a++);

}


 
Asked By : jayachandran E Categories : TechnicalCProgrammingiNautix
  Answer:   
Post Your Answer
Previous Question
Next Question
Tweet
Related Questions