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
Explain the difference between call by value and call by reference in c language?
Define macros.
Why doesnt that code work?
What is s in c?
Explain how do you convert strings to numbers in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is the difference between far and near in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
How can I do serial ("comm") port I/O?
What is cohesion and coupling in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
The __________ attribute is used to announce variables based on definitions of columns in a table?
why wipro wase
Explain the difference between ++u and u++?
What is variable in c example?