Answer Posted / ganesh
pointer variable is used to store the memory address of the another variable
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Is it better to use malloc() or calloc()?
What is the difference between ++a and a++?
What are the advantages and disadvantages of c language?
Can stdout be forced to print somewhere other than the screen?
What is sizeof return in c?
What is enumerated data type in c?
Where are c variables stored in memory?
Explain what is a stream?
Explain bit masking in c?
What type is sizeof?
Are comments included during the compilation stage and placed in the EXE file as well?
Explain how can you determine the size of an allocated portion of memory?
What is the correct code to have following output in c using nested for loop?
What is the purpose of scanf() and printf() functions?
Are bit fields portable?