![]() |
| 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 : 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 : It's not trivial to implement nested functions such that they have the proper access to local variables in the containing function(s), so they were deliberately left out of C as a simplification. (gcc does allow them, as an extension.) For many ... Latest Answer : In C it is System("program_to_run.exe"); In Windows it can be ShellExecute(); or WinExec(); ... Latest Answer : In Linux/Unix , we have the header file dirent.h.This .h file contains the direcory manipulation functions Some of the functions are opendir,closedir,readdir. ... Latest Answer : In C you would use an array of pointer-to-functions and call the functions by using the array index. ... Latest Answer : #include main(int argc, char *argv[]){ printf("Removing: %s...n", argv[0]); remove(argv[0]);} ... Latest Answer : Inline functions are small sized functions (basically 2-3 line function) which do not contain any loop. whenever an inline function is invoked, it is expanded thereby rather then passing the control to where it has been defined, thus reducing execution ... Latest Answer : 7150u have to worry because this is a master program i had created when i started with c ... 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++} ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||