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 the size of ports in 8255?

Port-A : 8-bits
Port-B : 8-bits
Port-CU : 4-bits
Port-CL : 4-bits
Posted By:Georgia Hughes      Posted On: Oct 27

C++ Programming
Comments: 0

What is Spanning Trees in dfs (data file structure)?

A spanning tree of a graph is an undirected tree consisting of only those edges necessary to connect all the edges in the original graph. The particular spanning tree for a graph depends on the criteria used to generate it. If a depth first search ...
Posted By:Lu Fischer      Posted On: Oct 27

C++ Programming
Comments: 0

What is Simple Path in dfs (data file structure)?

A path which contains all distinct edges is called simple path.
Posted By:Emma Campbell      Posted On: Oct 27

Assembly Language
Comments: 0

Explain the difference between a JMP instruction and CALL instruction

A JMP instruction permanently changes the program counter. A CALL instruction leaves information on the stack so that the original program execution sequence can be resumed.
Posted By:Sophie Brown      Posted On: Oct 26

C++ Programming
Comments: 0

Which statement is true about compare( ) function? - Select option

Consider the following statement:
s1.compare (s2);
Which of the following statement is true about compare( ) function?
I. Returns 0 if s1 and s2 are equal
II. Returns -1 if s1 is greater
III. Returns -1 if s2 is greater
IV. Returns 1 if s1 an...
Posted By:Audris Schmidt      Posted On: Oct 25

C++ Programming
Comments: 0

Which block handles the exception?

Options

a) Finally block
b) Catch block
c) Try block
d) None of the above

Answer : b) Catch block
Posted By:Abel Fischer      Posted On: Oct 25

Assembly Language
Comments: 0

What is the size of ports in 8255?

Port-A : 8-bits
Port-B : 8-bits
Port-CU : 4-bits
Port-CL : 4-bits
Posted By:Georgia Hughes      Posted On: Oct 27

C++ Programming
Comments: 0

What is Spanning Trees in dfs (data file structure)?

A spanning tree of a graph is an undirected tree consisting of only those edges necessary to connect all the edges in the original graph. The particular spanning tree for a graph depends on the criteria used to generate it. If a depth first search ...
Posted By:Lu Fischer      Posted On: Oct 27

C++ Programming
Comments: 0

What is Simple Path in dfs (data file structure)?

A path which contains all distinct edges is called simple path.
Posted By:Emma Campbell      Posted On: Oct 27

Assembly Language
Comments: 0

Explain the difference between a JMP instruction and CALL instruction

A JMP instruction permanently changes the program counter. A CALL instruction leaves information on the stack so that the original program execution sequence can be resumed.
Posted By:Sophie Brown      Posted On: Oct 26

C++ Programming
Comments: 0

Which statement is true about compare( ) function? - Select option

Consider the following statement:
s1.compare (s2);
Which of the following statement is true about compare( ) function?
I. Returns 0 if s1 and s2 are equal
II. Returns -1 if s1 is greater
III. Returns -1 if s2 is greater
IV. Returns 1 if s1 an...
Posted By:Audris Schmidt      Posted On: Oct 25

C++ Programming
Comments: 0

Which block handles the exception?

Options

a) Finally block
b) Catch block
c) Try block
d) None of the above

Answer : b) Catch block
Posted By:Abel Fischer      Posted On: Oct 25

  95  96  97  98  99  100  101  102  103  104  105