main()
{
int ptr[] = {1,2,23,6,5,6};
printf("%d",&ptr[3]-&ptr[0]);
}
Post New Answer View All Answers
What are the 3 types of structures?
What does c mean in basketball?
What is dangling pointer in c?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is modeling?
what is the significance of static storage class specifier?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Is c call by value?
What are enumerated types?
Do you know the purpose of 'register' keyword?
Explain the difference between structs and unions in c?
What kind of structure is a house?
What is c token?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain how can I prevent another program from modifying part of a file that I am modifying?