Answer Posted / ravi saini
Array of pointers...Points the integer values
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How can I make sure that my program is the only one accessing a file?
What is the difference between fread buffer() and fwrite buffer()?
What is the difference between new and malloc functions?
Explain the difference between ++u and u++?
Is return a keyword in c?
How many parameters should a function have?
Explain what are linked list?
What is the scope of an external variable in c?
Why isn't it being handled properly?
What are data structures in c and how to use them?
What functions are used for dynamic memory allocation in c language?
Why we use stdio h in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the difference between c and python?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.