What is output?
#include <stdio.h>
#include <conio.h>
typedef struct
{
int x;
static int y;
}st;
void main()
{
printf("sizeof(st) = %d", sizeof(st));
getch();
}
#include <stdio.h>
#include <conio.h>
typedef struct
{
int x;
static int y;
}st;
void main()
{
printf("sizeof(st) = %d", sizeof(st));
getch();
}
4
Complier error
8
Hãy suy nghĩ và trả lời câu hỏi trước khi xem đáp án
Tổng hợp câu hỏi trắc nghiệm lập trình C/C++ có đáp án và lời giải đầy đủ nhằm giúp các bạn dễ dàng ôn tập lại toàn bộ các kiến thức.