Answer Posted / guest
source code to obj
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain what are linked list?
How can you determine the maximum value that a numeric variable can hold?
What is the explanation for the dangling pointer in c?
Which are low level languages?
What are categories used for in c?
Which one would you prefer - a macro or a function?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
what do u mean by Direct access files? then can u explain about Direct Access Files?
What does 3 mean in texting?
How can I read/write structures from/to data files?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
How do c compilers work?
write a c program in such a way that if we enter the today date the output should be next day's date.
while initialization of array why we use a[][2] why not a[2][]...?