course[1]=

  1. Ashokkumar01cbe

    once again i struck with pointers

    #include <stdio.h> #include <math.h> main() { float x,y; long int i, j, m[6], *k[5] ; char *letter, *course[3], name [ ] = "I I T Madras"; course[0]="Numerical Methods"; course[1]=" and Programming"; printf ("\n%s %s\n ", course[0], course[1]) ...
Top Bottom