main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / honey
000 PRINTED
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Which is an example of a structural homology?
What is #define in c?
Should I learn data structures in c or python?
which type of aspect you want from the student.
why return type of main is not necessary in linux
Write a code to generate divisors of an integer?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain about C function prototype?
What's the best way of making my program efficient?
Difference between MAC vs. IP Addressing
Are local variables initialized to zero by default in c?
Give the rules for variable declaration?
how do you programme Carrier Sense Multiple Access
What is an expression?
Why static is used in c?