PRF192_-_SP_2023_-_RE_-_s_1_121.webp
I

PRF192_-_SP_2023_-_RE_-_s_1_121.webp

Multiple Choices
Answer (Choose 1 answer)
What is the output of this program?
#include <stdio.h>int main(void)
{
char note[] = "Meet me at 7pm";
char *ptr;
ptr = note;
note[7] = '\0';
puts(++ptr);
return 0;
}
A. eet me
B. Meet me
C. Meet m
D. eet me a

Thông tin

Category
PRF192
Thêm bởi
Inumaki871
Ngày thêm
Lượt xem
1,220
Lượt bình luận
6
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom