What is the use of pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
what is a function prototype?
What is malloc and calloc?
Write programs for String Reversal & Palindrome check
what is the difference between postfix and prefix unary increment operators?
What are linker error?
can we write a c program with out using main
How does the C program handle segmentation faults?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
How to print %d in output