what is the diference between pointer to the function and
function to the pointer?
Answer Posted / manojkumar
I am sorry.
Please explain with small example for this question?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why we not create function inside function.
Why do some versions of toupper act strangely if given an upper-case letter?
What is methods in c?
Is printf a keyword?
Can you please explain the difference between strcpy() and memcpy() function?
Why do we need a structure?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Is exit(status) truly equivalent to returning the same status from main?
What are the types of operators in c?
what are the different storage classes in c?
What is structure pointer in c?