main()
{
int ptr[] = {1,2,23,6,5,6};
printf("%d",&ptr[3]-&ptr[0]);
}
Answer Posted / jithin ramakrishnan
2
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is define directive?
What is sorting in c plus plus?
What is the use of #define preprocessor in c?
hi send me sample aptitude papers of cts?
Why can't I perform arithmetic on a void* pointer?
What is modeling?
write a program fibonacci series and palindrome program in c
What is operator promotion?
Explain how do you determine the length of a string value that was stored in a variable?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Explain the process of converting a Tree into a Binary Tree.
What is a program flowchart and how does it help in writing a program?
Process by which one bit pattern in to another by bit wise operation is?
What does the file stdio.h contain?
What are the advantages of using new operator as compared to the function malloc ()?