जॉइन Examsbookउत्तर :
What would be the output of the following program, if the array beigns at address 65486?
main()
{
int arr[] = {12,14,15,23,45};
printf ("%u %u", arr, &arr);
}5
प्र: What would be the output of the following program, if the array beigns at address 65486? main() { int arr[] = {12,14,15,23,45}; printf ("%u %u", arr, &arr); }
- उत्तर देखेंउत्तर छिपाएं
- Workspace
उत्तर :
व्याख्या :
65486 65486

