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 should malloc(0) do?
Differentiate between static and dynamic modeling.
write a program to find out prime number using sieve case?
#include
Sir i need notes for structure,functions,pointers in c language can you help me please
What are enums in c?
Is c still used?
Explain what are reserved words?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What does the c preprocessor do?
Explain how can I remove the trailing spaces from a string?
Tell me what is null pointer in c?
Is main an identifier in c?
What does sizeof function do?
What is typedef?