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
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What does the && operator do in a program code?
What is pointer to pointer in c language?
What are terms in math?
What is ponter?
What is queue in c?
What are header files in c?
What are the disadvantages of a shell structure?
What are Macros? What are its advantages and disadvantages?
What is variable declaration and definition in c?
Explain null pointer.
Do variables need to be initialized?
Write a program in c to replace any vowel in a string with z?
Here is a good puzzle: how do you write a program which produces its own source code as output?
How can I handle floating-point exceptions gracefully?