Is ca high or low level language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

If you don’t declare a return value, what type of return value is assumed?

0 Answers  


Who calls main function?

0 Answers  


What are inline functions?

2 Answers   Fidelity, Verizon,


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


Explain dangling pointer.

0 Answers  






How can you quickly find the number of elements stored in a static array?

0 Answers  


Why is c++ still used?

0 Answers  


What do you mean by translation unit in c++?

1 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


What is the Difference between "vector" and "array"?

15 Answers   Covansys, Gambit, TCS, Wipro,


Explain rethrowing exceptions with an example?

0 Answers  


What is c++ 11 and c++ 14?

0 Answers  


Categories