Pages
About Me
Entertainment
Technologies
Practice Programs
VB Art Gallery
Contact Me
Small Programs2
Print N number of spaces without using looping statements.
Click Here for Solution
#include<stdio.h> int main() { int n; scanf("%d",&n); printf("Hello%*cWorld",n,' '); }
Page1
Newer Post
Older Post
Home