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 typeof in c?
What is static memory allocation?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
find the sum of two matrices and WAP for it.
What is #include called?
What is the sizeof () a pointer?
What are the keywords in c?
Define VARIABLE?
What are the advantages of c preprocessor?
Can you please explain the difference between exit() and _exit() function?
Why c is called procedure oriented language?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Compare and contrast compilers from interpreters.
How to delete a node from linked list w/o using collectons?
What are valid signatures for the Main function?