Free C Programming Language Certification | The Digital Adda |
Hi everyone, Here is an opportunity for all. The Digital Adda has launched C Programming Certification Quiz & after completing the quiz you get Free Certificate.
Get complete details below and apply:
ABOUT THE QUIZ :
C Programming Language Certification measures your ability to accomplish coding tasks related to the basics of programming in the C programming language, as well as fundamental programming techniques, customs and vocabulary, including the most common library functions and the usage of the preprocessor.TERMS AND CONDITIONS :
- There are 15 MCQ Questions in this test
- You need to score at least 50% to get a certificate
- A certificate of achievement will be awarded
BENEFITS :Get C PROGRAMMING LANGUAGE Certificate from The Digital Adda which you can share in the Certifications section of your LinkedIn profile, on printed resumes, CVs, or other documents.
ENROLL NOW : C Programming Certification Quiz
C Programming Certification Quiz Answers:1) WHO IS THE FATHER OF C LANGUAGE?a) Steve Jobs b) James Gosling C) DENNIS RITCHIE d) Rasmus Lerdorf
Ans: C) DENNIS RITCHIE
2) WHICH OF THE FOLLOWING IS NOT A VALID C VARIABLE NAME?
a) int number;
b) float rate;
c) int variable_count;
D) int $main;
Ans: D) int $main;
3) ALL KEYWORDS IN C ARE IN
A) LOWERCASE LETTERS
b) UpperCase letters
c) CamelCase letters
d) None of the mentioned
Ans: A) LOWERCASE LETTERS
4) WHICH IS VALID C EXPRESSION?
a) int my_num = 100,000;
B) INT MY_NUM = 100000;
c) int my num = 1000;
d) int $my_num = 10000;
Ans: B) INT MY_NUM = 100000;
5) HOW MANY NUMBER OF POINTER ( ) DOES C HAVE AGAINST A POINTER VARIABLE
DECLARATION?
a) 1
b) 127
c) 255
D) NO LIMITS
Ans: D) NO LIMITS
6) WHICH OF THE FOLLOWING IS NOT POSSIBLE STATICALLY IN C LANGUAGE?
A) JAGGED ARRAY
b) Rectangular Array
c) Cuboidal Array
d) Multidimensional Array
Ans : A) JAGGED ARRAY
7) WHICH OF THE FOLLOWING RETURN-TYPE CANNOT BE USED FOR A FUNCTION IN
C?
a) char
b) struct
c) void
D) NONE OF THE MENTIONED
Ans : D) NONE OF THE MENTIONED
8) THE STANDARD HEADER_ IS USED FOR VARIABLE LIST ARGUMENTS (…) IN C.
a) < stdio.h >
b) < stdlib.h>
c) < math.h>
D) < STDARG.H>
Ans: D) < STDARG.H>
9) IN C LANGUAGE, FILE IS OF WHICH DATA TYPE?
a) int
b) char
C) STRUCT
d) None of the mentioned
Ans: C) STRUCT
10) WHAT IS THE SIZEOF(CHAR) IN A 32-BIT C COMPILER?
a) 1 bit
b) 2 bits
C) 1 BYTE
d) 2 Bytes
Ans: C) 1 BYTE
11) LOCAL VARIABLES ARE STORED IN AN AREA CALLED
a) Heap
b) Permanent storage area
c) Free memory
D) STACK
Ans: D) STACK
12) THE SIZE OF BOTH STACK AND HEAP REMAINS THE SAME DURING RUN TIME.
a) True
B) FALSE
Ans: B) FALSE
13) CHOOSE THE STATEMENT WHICH IS INCORRECT WITH RESPECT TO DYNAMIC
MEMORY ALLOCATION.
a) Memory is allocated in a less structured area of memory, known as
heap
b) Used for unpredictable memory requirements
C) EXECUTION OF THE PROGRAM IS FASTER THAN THAT OF STATIC MEMORY
ALLOCATION
d) Allocated memory can be changed during the run time of the program
based on the requirement of the program
Ans: C) EXECUTION OF THE PROGRAM IS FASTER THAN THAT OF STATIC MEMORY ALLOCATION
14) WHICH OF THE FOLLOWING HEADER FILES MUST NECESSARILY BE INCLUDED TO
USE DYNAMIC MEMORY ALLOCATION FUNCTIONS?
A) STDLIB.H
b) stdio.h
c) memory.h
d) dos.h
Ans: A) STDLIB.H
15) THE TYPE OF LINKED LIST IN WHICH THE NODE DOES NOT CONTAIN ANY
POINTER OR REFERENCE TO THE PREVIOUS NODE IS
a) Circularly singly linked list
B) SINGLY LINKED LIST
c) Circular doubly linked list
d) Doubly linked listAns: B) SINGLY LINKED LIST
FOLLOW MY SOCIAL MEDIA CHANNELS FOR THE LATEST UPDATES ON FREE COURSES, CERTIFICATIONS, SCHOLARSHIPS, INTERNSHIPS AND JOBS
WHATSAPP Group Link : JOIN NOW!!!
Comments
Post a Comment