I just came accross a piece of code like: char arrname[]={ #include "xxx.txt" }; what does this mean?
initialized static variables are stored in the Data segment, but in that case there will be two copies of static int i in the data segment...
Its said that using const is better compared to #define...because const identifier uses compiler symbol table.. can some1 please explain why?...
I was recently asked in an interview "whats the need for Heap memory,as it shares the same memory portion with stack...its said don't depend too...
a friend told me Cygwin is a linux emulator tht works on windows platform..so i downloaded it and tried out few commands but i found few commands...
rediff earlier had Ishare, and there are so many sites which allows us to listen to online music.. but i found rediff's Ishare the best...why...
<strsafe.h> comes with the latest windows SDK...can i get an alternative option, for which i dont have to get the SDK
i am using DEV C++ for the first time, all my codes keep showing this error...but they all compiled before perfectly [Linker error] undefined...
in Turbo we have findfirst() function which works only with DOS... i need a function which works with new 32bit compilers
hi i have made a tool on Turbo..and it is working fine..it basically works using files on the host system and also with files stored in other...
in my office i cant access much sites..all are blocked..i need some proxy links.. plz provide me with some links
friends..i am breaking my head from the morning over a little piece of code.. the requirement is ..if the input is "MIKE"...it will store the...
#include<stdio.h> #define TEST_MACRO SUM #define TEST_VARIABLES (2,4) void TEST_MACRO TEST_VARIABLES { printf("hi"); } void main() {...
turbo C is MSDOS based ...so it doesnt support multitasking.. i need something tht supports multitasking... can any1 help me here please
in a windows text file a new-line is represented by 13 10, but in linux it is represented by only 10... i want to delete the 13 from my text...
hi.. i have made a simple C program to copy 1 file to another file...using fgetc and fputc... the code is working fine except 1 problem is...
Separate names with a comma.