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
What are header files why are they important?
Is swift based on c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is function prototype in c with example?
c program to compute AREA under integral
What is the meaning of c in c language?
Is this program statement valid? INT = 10.50;
How will you divide two numbers in a MACRO?
What is main return c?
What does int main () mean?
Explain how do you generate random numbers in c?
What do you understand by friend-functions? How are they used?
How can you be sure that a program follows the ANSI C standard?
What is a void pointer? When is a void pointer used?
How do c compilers work?