I knew this for two years now, but it dint strike me before to put it up in the blog; don’t know why ? Its easy and simple, I don’t think I need to explain. Only the syntax needs to be remembered. scanf(” %[^\n]s”,a); May be you get a question in your mind. What does [...]
Posts Tagged ‘Turbo C’
How to use scanf to read Strings with Spaces ?
June 10, 2009How to create header files in C/C++ ?
February 25, 2009First of all, does creating a header file useful at all ? If yes how ? It obviously is or else we wouldn’t have had soemthing called a ‘header files’. Next, can we create our own header files ? Yes, you can. It is pretty simple and its going to make your program simple and [...]

