How does pointer work in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is property type c?

0 Answers  


What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


What is merge sort in c?

0 Answers  


When we use void main and int main?

0 Answers  


Stimulate calculator using Switch-case-default statement for two numbers

0 Answers   Wipro,






Explain what is a stream?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


how to implement stack work as a queue?

2 Answers  


What is extern storage class in c?

0 Answers  


What is getch () for?

0 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


Categories