Castle Building - Online Code
Description
BY THIS CODE WE CAN GENERATE CASTLE .
Source Code
#include<stdio.h> #include<conio.h> void main() { clrscr(); int i,j,p,n,l,m,u; printf("please enter the height of ur castle but.... remember greater that 4"); scanf("%d",&n);... (login or register to view full code)
To view full code, you must Login or Register, its FREE.
Hey, registering yourself just takes less than a minute and opens up a whole new GetGyan experience.
Related Online Codes:
Comments
No comment yet. Be the first to post a comment. |