Answer Posted / aniket
Dennis Ritchie
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what value is returned to operating system after program execution?
Explain the concept and use of type void.
How does free() know explain how much memory to release?
What are variables c?
What is the difference between a function and a method in c?
What is sizeof array in c?
Why do we use static in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How many levels of pointers can you have?
What are identifiers in c?
What is indirection?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
write a progrmm in c language take user interface generate table using for loop?
in linking some of os executables are linking name some of them
What would be an example of a structure analogous to structure c?