Ask your own question, for FREE!
Mathematics 22 Online
OpenStudy (sidsiddhartha):

an interesting question : how can u write your name 500 times in a small piece of paper ? :P (an IT job interview question)

OpenStudy (sidsiddhartha):

|dw:1412414332073:dw| consider this is the paper :P

ganeshie8 (ganeshie8):

One way is to divide the paper into 500 rows of equal spacing and write your name one time in each row hmm

OpenStudy (mathmath333):

=500*john..lol

OpenStudy (sidsiddhartha):

lol that will be very difficult @ganeshie8

ganeshie8 (ganeshie8):

it won't be difficult, i can write my initials on a small grain ;p

OpenStudy (sidsiddhartha):

haha

OpenStudy (sidsiddhartha):

yeah some one did that too

ganeshie8 (ganeshie8):

:) depends on how we interpret the question hmm~ is it required that i need to write it with my own hands or can we let computer print them in micro small font/hologram like @mathmath333 was doing ?

OpenStudy (ikram002p):

ok i write this "your name 500 times in a small piece of paper "

ganeshie8 (ganeshie8):

here is how it can be done https://www.youtube.com/watch?v=RHAso1yM-D4

OpenStudy (sidsiddhartha):

what i did- #include<stdio.h> #include<conio.h> void main() { char name[500]; int j , i ; printf(" write your name"); gets(name); printf(" How many times to printf you name ?"); scanf("%d" , & j); i=0; while(i<j) { puts(name); i++; } }

ganeshie8 (ganeshie8):

lol ikram the question says how can you write, it doesn't ask you to write it ;p

OpenStudy (sidsiddhartha):

just used C commands with strings

OpenStudy (sidsiddhartha):

lol

OpenStudy (sidsiddhartha):

interview is still going on , they did'nt say i'm right or not

OpenStudy (ikram002p):

xD ok i bring a pen and do it bhahaha (jk) anyway in any program language a small lil loop will do it

OpenStudy (sidsiddhartha):

yes a simple for loop can do it also

OpenStudy (ikram002p):

sid its all about confident :D

OpenStudy (sidsiddhartha):

yup 8) confi...

ganeshie8 (ganeshie8):

since it is an IT job interview i think your answer makes more sense :) and the custmer will be impressed if you give him more than he asks for sure

OpenStudy (sidsiddhartha):

yeah thats why i tried with programming :)

ganeshie8 (ganeshie8):

good luck !

OpenStudy (ikram002p):

btw whats the logo in ur dp ?

OpenStudy (sidsiddhartha):

i wish i could write rajni , yanna rascala :P

OpenStudy (sidsiddhartha):

have you seen "naruto" ? @ikram002p

OpenStudy (ikram002p):

i thought so lol xD but wasnt sure so asked :P

OpenStudy (sidsiddhartha):

yeah uchiha clan logo :)

OpenStudy (ikram002p):

i remember it bhahaha

OpenStudy (sidsiddhartha):

lol

OpenStudy (lyrae):

Does the name have to appear 500 or do you just have to write it 500 times? In the second case you could just write your name once and then trace the letters the other 499.

OpenStudy (sidsiddhartha):

i think it will have to appear 500 times and the second case is possible yeah

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!