Logo 
Search:

c programming Interview FAQs

Submit Interview FAQ
No Records Found!!!
Go Ahead and Post your Interview FAQ
Home » Interview FAQs » c programmingRSS Feeds
Assembly Language
Comments: 0

What is Microcontroller and Microcomputer

Microcontroller is a device that includes microprocessor; memory and I/O signal lines on a single chip, fabricated using VLSI technology. Microcomputer is a computer that is designed using microprocessor as its CPU. It includes microprocessor, memory...
Posted By:Loyce Fischer      Posted On: Sep 04

Assembly Language
Comments: 0

What is TXD?

TXD- Transmitter Data Output This output pin carries serial stream of the transmitted data bits along with other information like start bit, stop bits and priority bit.
Posted By:Harrison Evans      Posted On: Sep 04

Assembly Language
Comments: 0

What is the difference between the shift and rotate instructions?

A rotate instruction is a closed loop instruction. That is, the data moved out at one end is put back in at the other end. The shift instruction loses the data that is moved out of the last bit locations.
Posted By:Evan Evans      Posted On: Sep 04

C++ Programming
Comments: 0

What are the visibility modifiers available in C++?

Options

a) public
b) private
c) protected
d) All of the above

Answer : d) All of the above
Posted By:Abigail Campbell      Posted On: Sep 01

C++ Programming
Comments: 0

The concept of hierarchical classification is related to

Options


a) Abstraction
b) Inheritance
c) Function overloading
d) None


Answer : b) Inheritance
Posted By:Luete Fischer      Posted On: Aug 30

C++ Programming
Comments: 0

The declaration of global variables must be made in which option

Options

a) inside the function
b) outside the function
c) in a function header line
d) None of the above


Answer : b) outside the function
Posted By:Caitlin Brown      Posted On: Aug 29

Assembly Language
Comments: 0

What is Microcontroller and Microcomputer

Microcontroller is a device that includes microprocessor; memory and I/O signal lines on a single chip, fabricated using VLSI technology. Microcomputer is a computer that is designed using microprocessor as its CPU. It includes microprocessor, memory...
Posted By:Loyce Fischer      Posted On: Sep 04

Assembly Language
Comments: 0

What is TXD?

TXD- Transmitter Data Output This output pin carries serial stream of the transmitted data bits along with other information like start bit, stop bits and priority bit.
Posted By:Harrison Evans      Posted On: Sep 04

Assembly Language
Comments: 0

What is the difference between the shift and rotate instructions?

A rotate instruction is a closed loop instruction. That is, the data moved out at one end is put back in at the other end. The shift instruction loses the data that is moved out of the last bit locations.
Posted By:Evan Evans      Posted On: Sep 04

C++ Programming
Comments: 0

What are the visibility modifiers available in C++?

Options

a) public
b) private
c) protected
d) All of the above

Answer : d) All of the above
Posted By:Abigail Campbell      Posted On: Sep 01

C++ Programming
Comments: 0

The concept of hierarchical classification is related to

Options


a) Abstraction
b) Inheritance
c) Function overloading
d) None


Answer : b) Inheritance
Posted By:Luete Fischer      Posted On: Aug 30

C++ Programming
Comments: 0

The declaration of global variables must be made in which option

Options

a) inside the function
b) outside the function
c) in a function header line
d) None of the above


Answer : b) outside the function
Posted By:Caitlin Brown      Posted On: Aug 29

  31  32  33  34  35  36  37  38  39  40  41