Answer Posted / satya.tivari
a function is a block of code or a logic by using some
methods that to be executed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how many levels deep can include files be nested?
Are global variables static in c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Compare and contrast compilers from interpreters.
Explain the use of fflush() function?
Is using exit() the same as using return?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is 02d in c?
How can I make sure that my program is the only one accessing a file?
When should volatile modifier be used?
How can I open a file so that other programs can update it at the same time?
Explain what are the __date__ and __time__ preprocessor commands?
If errno contains a nonzero number, is there an error?
Explain what is dynamic data structure?
Explain threaded binary trees?