Tell me when would you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have enums?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
How to find the usage of memory in a c program
What do mean by network ?
What happens if a header file is included twice?
Which is best book for data structures in c?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
Why is it usually a bad idea to use gets()? Suggest a workaround.
logic for x=y^n
Differentiate between Macro and ordinary definition.
what is reason of your company position's in india no. 1.
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if