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

Answer Posted / vivek

ans - none

Is This Answer Correct ?    18 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a string and an array?

701


How can I convert a number to a string?

602


What are lookup tables in c?

545


How to compare array with pointer in c?

615


What is an lvalue?

627






What is preprocessor with example?

577


List some applications of c programming language?

542


What is keyword with example?

628


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3725


Can you return null in c?

590


Can you please explain the scope of static variables?

597


What does c mean?

585


What is c standard library?

687


Explain enumerated types.

595


What are the complete rules for header file searching?

664