C++ Institute CLA-11-03 시험 개요:
| 인증 벤더: | C++ Institute |
| 시험명: | CLA - C 공인 어소시에이트 프로그래머 |
| 시험 번호: | CLA-11-03 |
| 관련 자격증: | CLP - C Certified Professional Programmer |
| 실제 시험 문항 수: | 40 |
| 응시료: | USD 325 |
| 시험 형식: | 객관식, 단일 정답, 복수 응답 |
| 시험 시간: | 65 minutes |
| 합격 점수: | 70% |
| 지원 언어: | 영어 |
| 샘플 문제: | C++ Institute CLA-11-03 샘플 문제 |
| 응시 방법: | Pearson VUE 시험 센터 및 이용 가능한 경우 공인 온라인 시험 방식. |
| 전제 조건: | 정식 선행 조건은 없습니다. 프로그래밍 개념에 대한 기본적인 이해를 권장합니다. |
| 공식 요강 URL: | https://cppinstitute.org/cla |
C++ Institute CLA-11-03 시험 요강 주제:
| 섹션 | 비중 | 목표 |
|---|---|---|
| 데이터 연산 | 38% | - 식과 연산자
|
| 제어 흐름 | 25% | - 함수
|
| 전처리기 및 파일 작업 | 8% | - 파일 처리
|
| 언어 및 구조 | 29% | - 저장 클래스
|
최신 C++ Institute Certification CLA-11-03 무료샘플문제
1. What happens if you try to compile and run this program?
#include <stdio.h>
int main (int argc, char *argv[]) {
int i = 1, j = 0;
int 1 = !i + !! j;
printf("%d", 1);
return 0;
}
Choose the right answer:
A) The program outputs 0
B) Compilation fails
C) The program outputs 3
D) The program outputs 2
E) The program outputs 1
2. What happens when you compile and run the following program?
#include <stdio.h>
int fun(void) {
static int i = 1;
i++;
return i;
}
int main (void) {
int k, l;
k = fun ();
l = fun () ;
printf("%d",l + k);
return 0;
}
Choose the right answer:
A) The program outputs 4
B) The program outputs 3
C) The program outputs 5
D) The program outputs 2
E) The program outputs 1
3. What happens if you try to compile and run this program?
#include <stdio.h>
int i = 0;
int main (int argc, char *argv[]) {
for(i; 1; i++);
printf("%d", i);
return 0;
}
Choose the right answer:
A) The program outputs 0
B) Compilation fails
C) The program executes an infinite loop
D) The program outputs 2
E) The program outputs 1
4. What happens if you try to compile and run this program?
#include <stdio.h>
int main (int argc, char *argv[]) {
char *p = "John" " " "Bean";
printf("[%s]", p) ;
return 0;
}
Choose the right answer:
A) The program outputs "[]"
B) The program outputs two lines of text
C) The program outputs three lines of text
D) The program outputs nothing
E) The program outputs [John Bean]
5. What happens if you try to compile and run this program?
#include <stdio.h>
int f1(int n) {
return n = n * n;
}
int f2(int n) {
return n = f1(n) * f1(n);
}
int main(int argc, char ** argv) {
printf ("%d \n", f2(1));
return 0;
}
-
Select the correct answer:
A) The program outputs 4
B) Execution fails
C) The program outputs 2
D) The program outputs 8
E) The program outputs 1
질문과 대답:
| 질문 # 1 정답: B | 질문 # 2 정답: C | 질문 # 3 정답: C | 질문 # 4 정답: E | 질문 # 5 정답: E |














1043 개 고객 리뷰
품질과 가치ITCertKR 의 높은 정확도를 보장하는 최고품질의 덤프는 IT인증시험에 대비하여 제작된것으로서 높은 적중율을 자랑하고 있습니다.
테스트 및 승인ITCertKR 의 덤프는 모두 엘리트한 전문가들이 실제시험문제를 분석하여 답을 작성한 만큼 시험문제의 적중률은 아주 높습니다.
쉽게 시험패스ITCertKR의 테스트 엔진을 사용하여 시험을 준비한다는것은 첫 번째 시도에서 인증시험 패스성공을 의미합니다.
주문하기전 체험ITCertKR의 각 제품은 무료 데모를 제공합니다. 구입하기로 결정하기 전에 덤프샘플문제로 덤프품질과 실용성을 검증할수 있습니다.
