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

What is Linear in dfs (data file structure)?

A list which displays the relationship of adjacency between elements is said to be linear.
Posted By:Betsy Fischer      Posted On: Feb 16

C++ Programming
Comments: 0

Identify the error, if any: double avg=tot/n; in this statement

Options

a) Declaration should not contain any expression
b) Initialization cannot be done in the declaration statement
c) Dynamic initialization is not possible
d) No error

Answer : d) No error
Posted By:Waggoner Fischer      Posted On: Feb 15

C++ Programming
Comments: 0

What is Data Structures in dfs (data file structure)?

A collection of data elements whose organization is characterized by accessing operations that are used to store and retrieve the individual data element.

e.g: Arrays.
Posted By:Lurleen Fischer      Posted On: Feb 13

C++ Programming
Comments: 0

Which function call does invoke the following function prototype? float sub1(int a, float b)

Options

a) X=sub1(5.0,6.5);
b) X=sub1(5,6.5);
c) X=sub1(5,6);
d) Both b and c


Answer : b) X=sub1(5,6.5);
Posted By:Matilda Hughes      Posted On: Feb 13

Assembly Language
Comments: 0

In 8085 which is called as High order / Low order Register?

Flag is called as Low order register & Accumulator is called as High order Register.
Posted By:Rhys Evans      Posted On: Feb 12

C++ Programming
Comments: 0

Which of the following operators cannot be overloaded?

Options

a) ?:
b) ::
c) .*
d) All of the above

Answer : d) All of the above
Posted By:Adalfrid Fischer      Posted On: Feb 11

C++ Programming
Comments: 0

What is Linear in dfs (data file structure)?

A list which displays the relationship of adjacency between elements is said to be linear.
Posted By:Betsy Fischer      Posted On: Feb 16

C++ Programming
Comments: 0

Identify the error, if any: double avg=tot/n; in this statement

Options

a) Declaration should not contain any expression
b) Initialization cannot be done in the declaration statement
c) Dynamic initialization is not possible
d) No error

Answer : d) No error
Posted By:Waggoner Fischer      Posted On: Feb 15

C++ Programming
Comments: 0

What is Data Structures in dfs (data file structure)?

A collection of data elements whose organization is characterized by accessing operations that are used to store and retrieve the individual data element.

e.g: Arrays.
Posted By:Lurleen Fischer      Posted On: Feb 13

C++ Programming
Comments: 0

Which function call does invoke the following function prototype? float sub1(int a, float b)

Options

a) X=sub1(5.0,6.5);
b) X=sub1(5,6.5);
c) X=sub1(5,6);
d) Both b and c


Answer : b) X=sub1(5,6.5);
Posted By:Matilda Hughes      Posted On: Feb 13

Assembly Language
Comments: 0

In 8085 which is called as High order / Low order Register?

Flag is called as Low order register & Accumulator is called as High order Register.
Posted By:Rhys Evans      Posted On: Feb 12

C++ Programming
Comments: 0

Which of the following operators cannot be overloaded?

Options

a) ?:
b) ::
c) .*
d) All of the above

Answer : d) All of the above
Posted By:Adalfrid Fischer      Posted On: Feb 11

  80  81  82  83  84  85  86  87  88  89  90