When can you use a pointer with a function?
No Answer is Posted For this Question
Be the First to Post Answer
What's the right way to use errno?
how to set Nth bit of a variable?
what are the advantage and disadvantage of recursion
What is sizeof array?
What is sizeof int?
What is bin sh c?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
Why we use void main in c?
What does a function declared as pascal do differently?
What is the best style for code layout in c?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
Can we replace the struct function in tree syntax with a union?