main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / ismail
garbage value
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is difference between far and near pointers?
Disadvantages of C language.
Where are some collections of useful code fragments and examples?
Explain what is a const pointer?
What is the purpose of macro in C language?
Why is c platform dependent?
Explain the difference between ++u and u++?
What is the purpose of the preprocessor directive error?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Difference between pass by reference and pass by value?
What are the advantages of using Unions?
What is the meaning of ?
What are the different types of linkage exist in c?
Tell me what is null pointer in c?
Explain why c is faster than c++?