Answer Posted / guy
the uses are to do dirty things
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What type of function is main ()?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Explain what is the benefit of using enum to declare a constant?
What are the header files used in c language?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
How can you find the day of the week given the date?
what does static variable mean?
What is the difference between array and pointer in c?
What happens if you free a pointer twice?
What math functions are available for integers? For floating point?
What are pointers?
What is the mean of function?
How can I invoke another program or command and trap its output?
What are the storage classes in C?
What is c programing language?