sam aldos

sam aldos

  • NA
  • 21
  • 8.4k

Seeking help for the program. Please help

Aug 1 2012 3:17 AM
Hi All,

I know the program below is almost wrong and I am seeking for a hep to fix that UP
please help:

#include <stdio.h>
#include <string.h>
int i;
float r;
char c;
char s[48];
int main() {
  i=4;
  r=3;
  c='z';
  strcpy(s,"Hi There");
  printf("i=%d,r=%d,c=%d")
}

Answers (12)