main()
{
int ptr[] = {1,2,23,6,5,6};
printf("%d",&ptr[3]-&ptr[0]);
}
Answer Posted / mitesh mahera
I need a answer aboutthis question..if any can ?!
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the use of typedef in c?
Why main is used in c?
Can we declare variables anywhere in c?
Differentiate between a for loop and a while loop? What are it uses?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is p in text message?
What is ambagious result in C? explain with an example.
Why array is used in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is double pointer?
What are the differences between new and malloc in C?
given post order,in order construct the corresponding binary tree
Which is better pointer or array?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
When should a far pointer be used?