How does the C++ Compiler complies / Parse (or) in general Find out the differences between ADDRESSOF operator and REFERENCE Operators. Please...
thanks for ur help...... i got it :) Hw can we return any values to this Batch files from any other programs.. eg: from C hw can we retrun i...
Hi, How can i execute a .BAT file using my C program.. When i try to execute using SYSTEM() , it's giving me "EXTENDED ERROR 183" is there any...
The Line which u have mentioned : define F0_FN_C_B 0800 4:0 s_x_f_c 0800 gg 09 F_C_BL Considering/ Assuming before the...
Thanks alot , i got ur's :)
Please be clear with your question........ wat do you need??? :charming:
Hello , Good evening all . I have a query , how to open notepad files already saved in the memory...... or PPT or Docs. Though system() is there...
Hello all, I have a problem in understanding a basic thing in this code!!! while(*src++ = *des++); seems to run infinitely since no...
Data ManipLation commands are : insert , update , delete (Basic commands)
Hi everyone, happy Morning.... When i was browsing abt the worst case complexity abt B+ tree , i saw it is O(logbN) , where 'b' here is...
Null pointers are those which points to nothing :nice: Data_type *pointer_name=NULL; Where NULL is a MACRO mostly Zero or -1 according to the...
OK... thank you, :) i agree & i will display and see Wat have u mentioned, but about the last query , the code snippet is : struct tree { char...
Thanks for your reply :charming:. i too know the memory allocation for data types in each compiler will be different. but, Actually i tried of...
The code snippet is : struct tree { int data; char name; float salary; }*HEAD; int main() { printf("size of tree :...
Since in our forum , I haven't noticed Discussions regarding Mainframe Technology, so am posting my doubt in C/C++ forum since it's frequently...
i Actually need to see which key is pressed when i hit the keyboard. bioskey() will return the Value of the key pressed. that's why :)
Why BIOS.H header is not working under DEVC++ environment... so what is it's eqvilant header in DEVC++... can anybody help me out in this issue.....
hi all, I am having a code of mine which takes the input from a txt file , since txt file is not compatible for large data's i need to use My...
in our Regular expressions when we use it in programming in loops we will be giving: while($data=~m/(regex)/igs) { } is there any other ,...
What's the need for interfacing a Microcontroller to other devices usin 8255 PPI...... :) thanks :):)
Separate names with a comma.