Explore topic-wise MCQs in Infogain.

This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Infogain knowledge and support exam preparation. Choose a topic below to get started.

1.

The standard used for wireless LAN is……….

A. IEEE802.2
B. IEEE802.3
C. IEEE802.5
D. IEEE802.11
Answer» E.
2.

Which of the following is private IP address?

A. 12.0.0.1
B. 168.172.19.39
C. 172.15.14.36
D. 192.168.24.43
Answer» E.
3.

# define preprocessor command can be used for defining

A. macros
B. for loop
C. symbolic constants
D. both (A) and (C)
Answer» E.
4.

In C, strings are stored in -

A. linked-list of characters
B. linked-list of unsigned characters
C. array of characters
D. array of integers
Answer» D. array of integers
5.

Which of the following is not possible?

A. a structure variable pointing to itself
B. a structure variable pointing to another structure variable of same type
C. Different type of structure variable pointing at each other
D. none of these
Answer» E.
6.

malloc( ) returns pointer to -

A. integer
B. Structure
C. void
D. union
Answer» D. union