On a 32-bit platform, what does this print? ```c void foo(char *p) { printf("[p= %d, *p= %d]", sizeof(p), sizeof(*p)); } - Cisco_28thjuly OA Question | OAHelper
Company: Cisco_28thjuly
Difficulty: medium
More Cisco_28thjuly OA questions
Interview experiences