Hello, I want to build a project in which the IR Reciever recieves the values and then sends through the ir led instantly.
I have the IRRecvDemo code but I am unable to combine it with IR send code.
I know I am doing pretty mad stuff but I want to do it , so please help 
Show us your attempt to combine Recv and Send and tell us what problems you are having.
There's nothing very mad (or particularly difficult) about making an IR repeater.
Steve
Code tags are delimited by [ and ] not <>. Please edit your post.
What is the original sender? Have you tried IRDump to check that your receiver works and what coding the sender uses?
And then what IR receiver and IR LED sender are you using? Do you get sensible values from your Serial.println which also will show that the receiver works? What Arduino are you using and what pin is the IR LED connected to?
Steve