What is pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a void pointer? When is a void pointer used?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
what is the use of ~ in c lang?????
Explain can static variables be declared in a header file?
What is #include stdlib h?
How can I copy just a portion of a string?
What is pointer to pointer in c?
What is #include conio h?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
What is the difference between ‘g’ and “g” in C?
I need a sort of an approximate strcmp routine?