WBJECA MCQ FOR NEW SYLLABUS
C Programming MCQ ( SET - 4)
- Which of the following user-defined datatype share it's memory each other ?
- class
- array
- unio
- structure
Answer: C
Explantion: None - Which standard liberary file printf & scanf are located ?
- stdio.h
- math.h
- conio.h
- string.h
Answer: A
Explantion: standard input out-put function header file - How many way to calling of function in C programming language ?
- one
- four
- three
- two
Answer: D
Explantion: None. - Which of the following is the correct multipul line comment ?
- //comment
- */ comment */
- /* comment */
- Both A and C
Answer: C
Explantion: None - The parameters specified int the function call are called __________________ ?
- Formal
- Value
- Actual
- all
Answer: C
Explantion: None - Logical expressions produce ______ type results ?
- Bool
- Explicit
- Static
- staic
Answer: A
Explantion: - By default how the values are passed to the function ?
- call by reference
- call by address
- call by pointer
- call by value
Answer: D
Explantion: None - C language was primarily developed as ________ ?
- General purpose
- Data processing
- System programming
- None of above
Answer: C
Explantion: for UNIX os - Which is the only function all C programs must contain ?
- start()
- main()
- getch()
- system()
Answer: B
Explantion: None - 10Which loop execute at_least once even condition is false ?
- do while
- for
- while
- while do
Answer: A
Explantion: None
More C programming MCQ for
Post Graduate Entrance Examination
want more valuable MCQ !!
please goto home page....
0 Comments