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

Give the power supply & clock frequency of 8085?

The power supply of 8085 is +5V and clock frequency in 3MHz.
Posted By:Vinicius Costa      Posted On: Mar 16

Assembly Language
Comments: 0

What is RXD?

RXD- Receive Data Input This input pin of 8251A receives a composite stream of the data to be received by 8251A.
Posted By:Kuhlbert Schmidt      Posted On: Mar 15

C++ Programming
Comments: 0

The declaration of a class includes which option

Options

a) Declaration of data members
b) Declaration of function prototype
c) Return statements of functions
d) Both a and b


Answer : d) Both a and b
Posted By:Anna Schmidt      Posted On: Mar 14

C++ Programming
Comments: 0

What is Selection Sort in dfs (data file structure)?

It is the easiest way to sort a table. The sort is being performed from the first element; a search is performed to locate the element that is smaller than the key element. When this element is found, it is interchanged with the first element in th...
Posted By:Adaliz Fischer      Posted On: Mar 14

C++ Programming
Comments: 0

What is Directed Graph in dfs (data file structure)?

If each and every member edge is directed edge then the graph is called directed graph.
Posted By:Huberta Miller      Posted On: Mar 12

C++ Programming
Comments: 0

Which is used to read a line of text with blanks? - Select option

Options

a) inputline( )
b) getline( )
c) putline( )
d) None the above

Answer : b) getline( )
Posted By:Isla Hughes      Posted On: Mar 10

Assembly Language
Comments: 0

Give the power supply & clock frequency of 8085?

The power supply of 8085 is +5V and clock frequency in 3MHz.
Posted By:Vinicius Costa      Posted On: Mar 16

Assembly Language
Comments: 0

What is RXD?

RXD- Receive Data Input This input pin of 8251A receives a composite stream of the data to be received by 8251A.
Posted By:Kuhlbert Schmidt      Posted On: Mar 15

C++ Programming
Comments: 0

The declaration of a class includes which option

Options

a) Declaration of data members
b) Declaration of function prototype
c) Return statements of functions
d) Both a and b


Answer : d) Both a and b
Posted By:Anna Schmidt      Posted On: Mar 14

C++ Programming
Comments: 0

What is Selection Sort in dfs (data file structure)?

It is the easiest way to sort a table. The sort is being performed from the first element; a search is performed to locate the element that is smaller than the key element. When this element is found, it is interchanged with the first element in th...
Posted By:Adaliz Fischer      Posted On: Mar 14

C++ Programming
Comments: 0

What is Directed Graph in dfs (data file structure)?

If each and every member edge is directed edge then the graph is called directed graph.
Posted By:Huberta Miller      Posted On: Mar 12

C++ Programming
Comments: 0

Which is used to read a line of text with blanks? - Select option

Options

a) inputline( )
b) getline( )
c) putline( )
d) None the above

Answer : b) getline( )
Posted By:Isla Hughes      Posted On: Mar 10

  75  76  77  78  79  80  81  82  83  84  85