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

How can variables be characterized?

1645


What is a 'null pointer assignment' error?

722


What is scope rule of function in c?

545


What is the use of typedef in structure in c?

538


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

755






Write a code on reverse string and its complexity.

603


What are multibyte characters?

642


Explain bitwise shift operators?

627


Is c a great language, or what?

600


What is a dynamic array in c?

588


What are different storage class specifiers in c?

611


Write a program to swap two numbers without using a temporary variable?

602


Explain the use of keyword 'register' with respect to variables.

586


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

634


What are categories used for in c?

561