Change only One Character keeping rest of the whole source same ??
for(i=0;i<N;i++) works !! it can't be i-- !!
then N-- also works
(i=N;i>0;i--) does
here is a puzzle ! its a bit tricky
Write a C program to Print MOBILEFREE without using SEMICOLON ';' character any where in the entire source code !
2nd puzzle, Write C program to Swap two numbers in a single statement and temporary variable not allowed
[ Редактировано Akshay в 7.4.08 12:08 ]
[ Редактировано Akshay в 7.4.08 12:09 ]