| Subject | Date Asked |
|
| Read line whole line from the console in linux | 9/24/2009 |
Q: I was trying to read a line from the standard in put console with the string limited by the length ... A: but in order for me to be able to help you, I would need the code that you are working with. Kindly ...
|
| array | 9/19/2009 |
Q: Good dAy!!i'm a freshman student of i.t here in the Philippines.. i would like to know what ... A: That is simpler still. You'll have to provide the char array the values at the time of declaration ...
|
| array | 9/17/2009 |
Q: Good dAy!!i'm a freshman student of i.t here in the Philippines.. i would like to know what ... A: For this situation the normal thing would be to think of an array of names. But 'C' in its ...
|
| c language | 8/31/2009 |
Q: what do you understand when compiling program give error that "function should return a value". A: When your compiling program says 'Function should return a value' it means that you have declared a ...
|
| about c language | 8/27/2009 |
Q: i want to know about the algorithm to write in 'C'-language can u explain and send some basic ... A: I have not understood your question clearly. Do you want to learn 'C'? In that case you should go ...
|
| Text Files | 8/25/2009 |
Q: How do you open an existing text file in a read only mode? A: First, I'd like to apologise for the delay in replying. About your question about opening an ...
|
| C LANGUAGE | 8/6/2009 |
Q: whenever i type a program i always find an error UNABLE TO OPEN INCLUDE FILE STDIO.H please help... A: There may be a few reasons for this error to appear. Check the following : 1) Whenever C compiles ...
|
| need clarity | 7/24/2009 |
Q: please, there something i need you to help me out with . here is a programme i have written but need ... A: I'm really sorry for the delay in responding to your query. The following is the corrected code: ...
|
| fwrite fn in TC | 7/21/2009 |
Q: I wrote the following pgm in turbo C for writing structure to file, It is writing on file bt not in ... A: Your code is absolutely correct except for a small change which I have made. The rest is addition to ...
|
| c programming | 7/12/2009 |
Q: sir how we can print any line using printf but at end of printf() there is no semicolon? without ... A: The C programming language demands that all its statements should end with a semi-colon (;). So ...
|
| c programming | 7/12/2009 |
Q: sir, what is difference between #include<stdio.h> and #include"stdio.h"? and like #include< .h> ... A: In the C programming language, statements beginning with # are called 'Pre-processor Directives'. ...
|
| memory structure of C program | 6/25/2009 |
Q: Explain Memory structure of a C program ? A: I would require some more clarity in order to answer your question. Memory structure of a program ...
|