Please post the model question paper of hal?

Answers were Sorted based on User's Feedback



Please post the model question paper of hal?..

Answer / mms zubeir

Friend, are you gonna work there or .......?

Is This Answer Correct ?    0 Yes 0 No

Please post the model question paper of hal?..

Answer / kiran

yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

When volatile can be used?

3 Answers   Symphony,


What c++ is used for?

0 Answers  


How do you sort a sort function in c++ to sort in descending order?

0 Answers  


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


Define a way other than using the keyword inline to make a function inline?

1 Answers  






int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


What is insertion sorting?

0 Answers  


Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

0 Answers   Maxobiz,


What is flag in computer?

0 Answers  


What does floor mean in c++?

0 Answers  


What is the cout in c++?

0 Answers  


Why struct is used in c++?

0 Answers  


Categories