Answer Posted / thunder
Yes,unions also self-referenced,but it can share the common
memory location.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Which is better between malloc and calloc?
What is pass by reference in functions?
What are the storage classes in C?
What will the preprocessor do for a program?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Explain what is the difference between functions abs() and fabs()?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What's the total generic pointer type?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is the use of #include in c?
What are the different file extensions involved when programming in C?
What is difference between array and structure in c?
How can I call fortran?
What are Macros? What are its advantages and disadvantages?