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 are local static variables? How can you use them?
What does #pragma once mean?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What are the 4 types of functions?
What are operators in c?
Differentiate between functions getch() and getche().
What is c++ used for today?
What is a global variable in c?
What does malloc () calloc () realloc () free () do?
Why is c still so popular?
Why does the call char scanf work?
What is array in c with example?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What are the advantages of union?
What language is c written?