main()
{
int ptr[] = {1,2,23,6,5,6};
printf("%d",&ptr[3]-&ptr[0]);
}

Answer Posted / deveshdashora

6

Is This Answer Correct ?    6 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is zero based addressing?

806


Write a program to print numbers from 1 to 100 without using loop in c?

749


What is the difference between typedef struct and struct?

714


Explain how does flowchart help in writing a program?

743


Can main () be called recursively?

725






How are portions of a program disabled in demo versions?

860


What is context in c?

637


What does sizeof return c?

704


Can you write the function prototype, definition and mention the other requirements.

776


What does typedef struct mean?

771


How to set file pointer to beginning c?

773


What is auto keyword in c?

866


How to create struct variables?

689


about c language

1699


Is c compiled or interpreted?

774