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
Differentiate between full, complete & perfect binary trees.
What is 1f in c?
What are the types of type specifiers?
Compare interpreters and compilers.
what will be the output for the following main() { printf("hi" "hello"); }
What are different storage class specifiers in c?
Why flag is used in c?
Why we use conio h in c?
Explain how can you be sure that a program follows the ansi c standard?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is realloc in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Do you know null pointer?
What is getch() function?
what is the difference between 123 and 0123 in c?