Answer Posted / hr@tgksolutions.com
A pointer is a variable that stores the memory address of another variable.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which header file is essential for using strcmp function?
What's the total generic pointer type?
What is the use of a static variable in c?
Can you pass an entire structure to functions?
Tell me what is null pointer in c?
Why do we need a structure?
What is header file in c?
Explain c preprocessor?
What is pointer to pointer in c with example?
What is p in text message?
What is a macro, and explain how do you use it?
What is restrict keyword in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is the difference between ++a and a++?
Describe the steps to insert data into a singly linked list.