Answer Posted / jayanthi
Dennis MacAlistair Ritchie
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array and linked list in c?
How can I convert a number to a string?
Is main is user defined function?
how we can make 3d venturing graphics on outer interface
What is the purpose of 'register' keyword?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Why do we need a structure?
Explain what are the standard predefined macros?
Can you please explain the difference between exit() and _exit() function?
Explain what is a const pointer?
Explain how does free() know explain how much memory to release?
difference between object file and executable file
What is the use of getch ()?
What is the argument of a function in c?
What are the uses of a pointer?