![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() 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 : gets does NOT check the size of the buffer and overflow on the stack can occour. Because of this, you should use fgets in preferance. ... 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 : use the variable length argument - va_arg , va_list , ca_start and va_end macros ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||