![]() 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 : pass multiple variables to the function as formal parameters ... function will actually set those values (output variables). ... Latest Answer : fgets() is safer as it does bounds checking. scanf & gets dont do so ... How will you declare an array of three function pointers where each function receives two ints and returns a float? Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function? Latest Answer : str1="Hello";Str2="Hello World";while( (*str1)++ == (*str2)++ ); ... Latest Answer : free() is a function used to free the memory allocated dynamically ,by both malloc and calloc functions.free(ptr): ptr is a pointer to a memory block which has already been creeated by malloc or calloc. ... Which header file should you include if you are to develop a function which can accept variable number of arguments? Latest Answer : Here we can use putf() function similar to printf() ... Latest Answer : Simply by using the pointers to store the actual arguments, and by working on pointers you can actually return the value to the orginal location. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||