What is a wrapper function in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Write a program to print the prime numbers from 1 to 100?
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
State two uses of pointers in C?
Define function pointers?
2. What does static variable mean?
In which layer of the network datastructure format change is done
When is a “switch” statement preferable over an “if” statement?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Difference between goto, long jmp() and setjmp()?
What is huge pointer in c?
What math functions are available for integers? For floating point?