Latest Answer : All the solutions above are reading the source code with the files concepts.find a solution where you do not have a source file to read the contents.There is a macro or an attiribute which tells the compiler the name of the program, function or the attribute. ...
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 : #include main(int argc, char *argv[]){ printf("Removing: %s...n", argv[0]); remove(argv[0]);} ...
Latest Answer : You can write Multithreading application by using POSIX library of Linux ...
Latest Answer : typedef enum {read,blue,green}color; void main() { color a = 1; // Error in C++} ...
Latest Answer : object isthe physical realisation of a class ...
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. ...
Latest Answer : *(*(*(*(a+i)+j)+k)+l) ...