Explain Function Pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between mpi and openmp?
What is getch () for?
what is the syallabus of computer science students in group- 1?
Can you define which header file to include at compile time?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
How does normalization of huge pointer works?
Is Exception handling possible in c language?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
What are global variables and how do you declare them?
What is use of #include in c?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
Is fortran faster than c?