To print the pattern
1 2 3 4 5
10 17 18 19 6
15 24 25 20 7
14 23 22 21 8
13 12 11 10 9
No Answer is Posted For this Question
Be the First to Post Answer
Describe how arrays can be passed to a user defined function
What is the difference between strcpy() and memcpy() function in c programming?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is the mean of function?
Can you pass an entire structure to functions?
What does a pointer variable always consist of?
How can I do graphics in c?
what is the output of below int n=10; (n++)++; printf("%d",n);
Do you know the difference between exit() and _exit() function in c?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
plz answer.. a program that takes a string e.g. "345" and returns integer 345
What is getch() function?