Describe about storage allocation and scope of global, extern, static, local and register variables?
No Answer is Posted For this Question
Be the First to Post Answer
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
What is the use of vtable?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Write a c program for binary addition of two 8 bit numbers.
What do you mean by pure virtual functions in C++? Give an example?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What are c++ files?
What is dev c++ used for?
What is meaning of in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is the use of register keyword with the variables?
Why do we need templates?