![]() |
| 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 : #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 ... Explain "passing by value", "passing by pointer" and "passing by reference" Tags : Pointer Latest Answer : typedef enum {read,blue,green}color; void main() { color a = 1; // Error in C++} ... Latest Answer : pointer : pointer is a derived data type which holds addresses as its value. it points to value at it's address.for ex:int *p;does not mean p type is integer. p can't be int. p is just a pointer variable. the above declaration means p is a pointer to ... Tags : Pointer Latest Answer : *(*(*(*(a+i)+j)+k)+l) ... Tags : Pointer Latest Answer : Far pointer is a pointer variable. It is just like near pointer. But if we use large memory models, then we can use these far pointers. Because these far pointers occupy 4 bytes of memory. ... Tags : Pointer Latest Answer : NULL pointer is pointer which is not pointing to anything in the memory. NULL is defined as (void*)0.Uninitialised pointer is pointing to some memory location but the pointer values are not assigned.Malloc returns the memory address, but the contents ... Tags : Pointer Latest Answer : NULL is a macro which contains the value 0 (on most implementations). this is the one used to initialize a pointer to NULL ... Tags : Pointer
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||