What are the different types of pointers?
Answer Posted / mar
generic pointers and non generic pointers
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between near, far and huge pointers?
What is the difference between fread and fwrite function?
Write program to remove duplicate in an array?
What are predefined functions in c?
What are different types of pointers?
How does selection sort work in c?
How to implement a packet in C
What is #line?
What are global variables and explain how do you declare them?
What is bin sh c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What are register variables in c?
Who developed c language?
What is the use of function in c?