Explain indirection?
No Answer is Posted For this Question
Be the First to Post Answer
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
What is an anonymous union and where to apply that ?
How do you do dynamic memory allocation in C applications?
Can math operations be performed on a void pointer?
Is c is a low level language?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
How does free() know how many bytes to free?
yogesh patil in dell
Software Interview Questions
Write a program of prime number using recursion.
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none