main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / abhisheksingh462
000
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Why dont c comments nest?
Can variables be declared anywhere in c?
How does sizeof know array size?
What does typeof return in c?
What is pointer to pointer in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Explain what is the heap?
What is a newline escape sequence?
What is restrict keyword in c?
What does 1f stand for?
Explain the concept and use of type void.
How can I make sure that my program is the only one accessing a file?
Is null equal to 0 in sql?
What are global variables?