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

Why is c known as a mother language?

746


Why is c called "mother" language?

855


When should volatile modifier be used?

556


Why malloc is faster than calloc?

592


Explain how can you tell whether two strings are the same?

581






Difference between linking and loading?

693


How can I read a binary data file properly?

635


what is the basis for selection of arrays or pointers as data structure in a program

3788


What is scanf () in c?

662


How arrays can be passed to a user defined function

579


Write a program to check whether a number is prime or not using c?

576


Why isnt there a numbered, multi-level break statement to break out

587


what is recursion in C

615


What does #pragma once mean?

685


Why does this code crash?

619