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
C++ Programming
Comments: 0

Which of the following statement defines more than one generic data type in a class template?

Options

I. template
II. template
III. template
IV. template

Answer : a) template
Posted By:Pedro Silva      Posted On: Apr 08

C++ Programming
Comments: 0

What is Simple Merge Sort in dfs (data file structure)?

The merge sort is a sort where the operation of sorting is closely related to the process of merging. Let assume that there are two arrays that can be combined to produce a single sorted array. This process can be accomplished easily by successivel...
Posted By:Finley Evans      Posted On: Apr 08

Assembly Language
Comments: 0

What are the features used mode 1 in 8255?

Two groups – group A and group B are available for strobed data transfer.
1. Each group contains one 8-bit data I/O port and one 4-bit control/data port. 2. The 8-bit data port can be either used as input or output port. The inputs and outputs both ...
Posted By:Von Fischer      Posted On: Apr 07

Assembly Language
Comments: 0

What is memory mapping?

The assignment of memory addresses to various registers in a memory chip is called as memory mapping.
Posted By:Lois Schmidt      Posted On: Apr 06

Assembly Language
Comments: 0

What is clock frequency for 8085?

3 MHz is the maximum clock frequency for 8085.
Posted By:Volker Fischer      Posted On: Apr 05

C++ Programming
Comments: 0

What would be the output of the following code? char *str= “Managing Console I/O Operations”

What would be the output of the following code?
char *str= “Managing Console I/O Operations”;
cout.write(str,15);

Options

a) Managing Console I/O Operations
b) Managing C
c) Managing Console
d) None of the above

Answer : c) Managing Con...
Posted By:Bing Fischer      Posted On: Apr 04

C++ Programming
Comments: 0

Which of the following statement defines more than one generic data type in a class template?

Options

I. template
II. template
III. template
IV. template

Answer : a) template
Posted By:Pedro Silva      Posted On: Apr 08

C++ Programming
Comments: 0

What is Simple Merge Sort in dfs (data file structure)?

The merge sort is a sort where the operation of sorting is closely related to the process of merging. Let assume that there are two arrays that can be combined to produce a single sorted array. This process can be accomplished easily by successivel...
Posted By:Finley Evans      Posted On: Apr 08

Assembly Language
Comments: 0

What are the features used mode 1 in 8255?

Two groups – group A and group B are available for strobed data transfer.
1. Each group contains one 8-bit data I/O port and one 4-bit control/data port. 2. The 8-bit data port can be either used as input or output port. The inputs and outputs both ...
Posted By:Von Fischer      Posted On: Apr 07

Assembly Language
Comments: 0

What is memory mapping?

The assignment of memory addresses to various registers in a memory chip is called as memory mapping.
Posted By:Lois Schmidt      Posted On: Apr 06

Assembly Language
Comments: 0

What is clock frequency for 8085?

3 MHz is the maximum clock frequency for 8085.
Posted By:Volker Fischer      Posted On: Apr 05

C++ Programming
Comments: 0

What would be the output of the following code? char *str= “Managing Console I/O Operations”

What would be the output of the following code?
char *str= “Managing Console I/O Operations”;
cout.write(str,15);

Options

a) Managing Console I/O Operations
b) Managing C
c) Managing Console
d) None of the above

Answer : c) Managing Con...
Posted By:Bing Fischer      Posted On: Apr 04

  71  72  73  74  75  76  77  78  79  80  81