main()
{
int ptr[] = {1,2,23,6,5,6};
printf("%d",&ptr[3]-&ptr[0]);
}
Post New Answer View All Answers
What is a example of a variable?
What is property type c?
What is double pointer?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Difference between malloc() and calloc() function?
Is multithreading possible in c?
Why is it that not all header files are declared in every C program?
What was noalias and what ever happened to it?
Difference between Function to pointer and pointer to function
What is const keyword in c?
Tell me when would you use a pointer to a function?
Why is c so powerful?
What is the purpose of macro in C language?
In C programming, what command or code can be used to determine if a number of odd or even?
Explain what is operator promotion?