Sajha.com Archives
Help!Help!Help!

   Hey C programmer guru; Need help here 27-Feb-02 learner
     For problem a. Please don't say just do 27-Feb-02 learner


Username Post
learner Posted on 27-Feb-02 06:29 PM

Hey C programmer guru;

Need help here I am trying to write very basic C program. But I am having a problem. Could you gurus please help me out!

Here are the problems:

a) have to write a program in C whos' output should look like this:

ABCDabcd12345.

b) output for the next problem is:

1 2 3 4 5

it should be three space between each numbers.

The catch is even if I enter 12345 it should be printed above.

Thank you for you all the help
learner Posted on 27-Feb-02 06:51 PM

For problem a. Please don't say just do
printf("ABCDabcd1234\n");

I want those output by using int.

Thanks