What are the advantages and disadvantages of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the advantage of a random access file?
What is a 'null pointer assignment' error?
Does * p ++ increment p or what it points to?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
What is the difference between array and pointer?
When is a void pointer used?
What is #include stdio h and #include conio h?
Write a program that accept anumber in words
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
What is the meaning of c in c language?
What are identifiers and keywords in c?