Medical Factors Which make it The most effective just by Sejal Kakadiya Medicine and health agencies with now consentrate on top quality, charge together with great satisfaction health of their solutions. These are typically that support beams which a lot of these agencies redefine the direction they trade. The following really results in thrilled clients. How come Serious Treatment Direction Can be a Trend Inside Medicine and health Sector just by Steven Orange A whole lot of North american healthcare systems' options are generally about that direction together with procedure with serious circumstances. Direction with serious health conditions which include diabetes, excessive circulation demand, cardiovascular disease, together with hypothyroidism can be a vital component of easiest treatment healthcare provider's succeed. Inside standard product, that general practitioner spots someone on an automobile accident with treatment, inspects that condition ...
1. 'C' is often called a ....
A) Object oriented language
B) High level language
C) Assembly language
D) Machine level language
2. Each C preprocessor directive begins with ....
A) #
B) include
C) main()
D) {
3. C allows arrays of greater than two dimensions, who will determine this?
A) programmer
B) compiler
C) parameter
D) None of the above
4. The << operator is used for
A) Right shifting
B) Left shifting
C) Bitwise shifting
D) Bitwise complement
5. Set of values of the same type, which have a single name followed by an index is called
A) function
B) structure
C) array
D) union
6. Which of the following header file is required for strcpy() function?
A) String.h
B) Strings.h
C) file.h
D) strcpy()
7. scanf() can be used for reading ...
A) double character
B) single character
C) multiple characters
D) no character
8. A variable which is visible only in the function in which it is defined is called
A) Static variable
B) auto variable
C) external variable
D) local variable
9. In the loop structure logical expression is checked at the ....................of the loop.
A) first
B) end
C) middle
D) second
10. If an array is used as function argument, the array is passed
A) by value
B) by reference
C) by name
D) the array cannot be used as function argument
11. If is necessary to declare the type of function in the calling program if
A) Function returns an integer
B) Function returns a non-integer value
C) Function is not defined in the same file
D) Function is called number of times
12. Which escape character can be used to begin a new line in C ........
A) \a
B) \m
C) \b
D) \n
13. Input/output function prototypes and macros are defined in which header file?
A) conio.h
B) stdlib.h
C) stdio.h
D) dos.h
14. What is the purpose of fflush() function?
A) flushes all streams and specified streams
B) flushes only specified stream
C) flushes input/output buffer
D) flushes file buffer
15. What does the following declaration mean?int(*ptr)[10].
A) ptr is array of pointers to 10 integers.
B) ptr is a pointer to an array of 10 integers
C) ptr is an array of 10 integers
D) ptr is an pointer to array
Answers:
1. 'C' is often called a ....
B) High level language
2. Each C preprocessor directive begins with ....
A) #
3. C allows arrays of greater than two dimensions, who will determine this?
B) compiler
4. The << operator is used for
B) Left shifting
5. Set of values of the same type, which have a single name followed by an index is called
C) array
6. Which of the following header file is required for strcpy() function?
A) String.h
7. scanf() can be used for reading ...
C) multiple characters
8. A variable which is visible only in the function in which it is defined is called
D) local variable
9. In the loop structure logical expression is checked at the ....................of the loop.
A) first
10. If an array is used as function argument, the array is passed
B) by reference
11. If is necessary to declare the type of function in the calling program if
B) Function returns a non-integer value
12. Which escape character can be used to begin a new line in C ........
D) \n
13. Input/output function prototypes and macros are defined in which header file?
C) stdio.h
14. What is the purpose of fflush() function?
A) flushes all streams and specified streams
15. What does the following declaration mean?int(*ptr)[10].
B) ptr is a pointer to an array of 10 integers
Related Posts
- Solved MCQ of C set-1
- Objective Questions of C with answer set-2
- Solved MCQ of Programming in C set-3
- Solved MCQ of C++ Set-1
- MCQ of C++ with answer Set-2
- MCQ Questions of C++ With Answers set-3
- Solved Multiple Choice Questions of C++ set-4
- Solved MCQ of Programming in C++ set-5
Comments
Post a Comment