#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]) ...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.