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
what is uses of .net
What is extern variable in c with example?
What are the standard predefined macros?
Differentiate between full, complete & perfect binary trees.
How do you use a pointer to a function?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How can you draw circles in C?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is the explanation for cyclic nature of data types in c?
Why is structure important for a child?
How can I run c program?
Explain how can I convert a number to a string?
What are the advantages and disadvantages of a heap?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What are all different types of pointers in c?