When can you use a pointer with a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between memcpy and memmove?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
what are the facialities provided by you after the selection of the student.
. Explain the differences between fork() and exec() in C
write a program to find lcm and hcf of two numbers??
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
What does 1f stand for?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Explain the binary height balanced tree?
What are the different types of control structures?
what are the 10 different models of writing an addition program in C language?