![]() Related Questions Latest Answer : Hi, This is a typical example of reflection. If you are using .NET then use reflection for this purpose. In this case you create an object of a particular type and the invoke methods at run time by passing function name. ... Latest Answer : By useing the "far *". ... Latest Answer : The basic difference in C and C++ structures is :1) In C , default access for structure members is public2) In C++ , defaulot access for structres is private ... Latest Answer : Arrays have to difine with fixed size it will not grow dynamically , vector size can be increased bydynamically and vectors are synchronized.yaa always right.vector is a standard template library in C++. Vector size can be increased dynamically and stores ... Latest Answer : A structure is a cunstructed data type, Which has a mecanism for packing of different type of data. ... Latest Answer : Strcture : It is collection of data (Data Types) which can be different in nature e.g. Student{ ... Latest Answer : Yes . e.g. scanf ("%10s", str ); only 10 chars would be taken in ... Latest Answer : The main difference between the Structer and the union is the memory allocation for it`s variables. The Structer allocates the memory that is equal to the sum of the size of all it`s data members, whereas the union allocates the memory ... How will you declare an array of three function pointers where each function receives two ints and returns a float? Latest Answer : Sorry, it is not same because arr stores the value where as &arr is the address of that value. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||