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 a 'null pointer assignment' error?

722


Explain void pointer?

587


What is the process of writing the null pointer?

605


What are the 4 types of programming language?

576


What is "Hungarian Notation"?

633






What is use of bit field?

768


Explain can you assign a different address to an array tag?

642


What is the translation phases used in c language?

628


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1446


in iso what are the common technological language?

1631


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

609


How does free() know explain how much memory to release?

616


Write a code of a general series where the next element is the sum of last k terms.

589


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3839


What is a structure and why it is used?

615