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
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Is using exit() the same as using return?
How many types of operator or there in c?
Do pointers take up memory?
What is array in c with example?
Explain about block scope in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How do you construct an increment statement or decrement statement in C?
write a c program to find the sum of five entered numbers using an array named number
What is the code for 3 questions and answer check in VisualBasic.Net?
What is #define in c?
What is use of pointer?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the right way to use errno?
Can you assign a different address to an array tag?