What is the difference between far and near ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantage of c language?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is string function c?
what do you mean by enumeration constant?
what is the difference between char * const and const char *?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
What is #define?
what is use of malloc and calloc?
When should you not use a type cast?
What is the importance of c in your views?
HOW CAN ADD OUR FUNCTION IN LIBRARY.