main()
{
int ptr[] = {1,2,23,6,5,6};
printf("%d",&ptr[3]-&ptr[0]);
}
Post New Answer View All Answers
What is zero based addressing?
Write a program to print numbers from 1 to 100 without using loop in c?
What is the difference between typedef struct and struct?
Explain how does flowchart help in writing a program?
Can main () be called recursively?
How are portions of a program disabled in demo versions?
What is context in c?
What does sizeof return c?
Can you write the function prototype, definition and mention the other requirements.
What does typedef struct mean?
How to set file pointer to beginning c?
What is auto keyword in c?
How to create struct variables?
about c language
Is c compiled or interpreted?