Explain how do you use a pointer to a function?
develop algorithms to add polynomials (i) in one variable
how to create duplicate link list using C???
What is operator precedence?
How do you prevent buffer overflows in C?
Explain output of printf("Hello World"-'A'+'B'); ?
what will happen if you free a pointer twice after allocating memory dynamically ?
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
What are the __date__ and __time__ preprocessor commands?
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
What is difference between far and near pointers?
What is sizeof in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.