how many controls can we place on single form.
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
What will happen if a pointer is deleted twice?
What are the types of STL containers?
What are the advantages of using a pointer?
What character terminates all character array strings a) b) . c) END
Does c++ support exception handling?
What are the types of pointer?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Why null pointer is used?
Name four predefined macros.
What is input operator in c++?
How do you declare A pointer to function which receives an int pointer and returns a float pointer