an interesting question : how can u write your name 500 times in a small piece of paper ? :P (an IT job interview question)
|dw:1412414332073:dw| consider this is the paper :P
One way is to divide the paper into 500 rows of equal spacing and write your name one time in each row hmm
=500*john..lol
lol that will be very difficult @ganeshie8
it won't be difficult, i can write my initials on a small grain ;p
haha
yeah some one did that too
:) 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 ?
ok i write this "your name 500 times in a small piece of paper "
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++; } }
lol ikram the question says how can you write, it doesn't ask you to write it ;p
just used C commands with strings
lol
interview is still going on , they did'nt say i'm right or not
xD ok i bring a pen and do it bhahaha (jk) anyway in any program language a small lil loop will do it
yes a simple for loop can do it also
sid its all about confident :D
yup 8) confi...
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
yeah thats why i tried with programming :)
good luck !
btw whats the logo in ur dp ?
i wish i could write rajni , yanna rascala :P
have you seen "naruto" ? @ikram002p
i thought so lol xD but wasnt sure so asked :P
yeah uchiha clan logo :)
i remember it bhahaha
lol
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.
i think it will have to appear 500 times and the second case is possible yeah
Join our real-time social learning platform and learn together with your friends!