Qestions are following 1. Use bitwise operators write the program for toggle the given single bit in a given hexadecimal number. 2. Use the bitwise ope write...
hi to all & A warm wishes for 2004 for all group members 1)I try this code but not working properly at my machine. plz .... except using WHILE & IF how we...
Ashish Mishra
ashlko@...
Jan 2, 2004 10:24 am
167
HI ALL, WISHING YOU ALL A GREAT NEW YEAR AHEAD.... Regards -- Ruchi Yahoo! India Matrimony: Find your partner online.Post your profile....
Hello Frenz, I wish u all a very Happy and Prosperous New Year .Plz find the atachment.... Regards, Pramila. ...
pramila k
kpramila_k@...
Jan 2, 2004 4:10 pm
169
Hello naresh, Your function sum is a general purpose one. It doesn't see whether the object exists or not. So it can be called with any instance of the...
hi venu, i have explained about variable arguments for a function down below. if ( u don't understand/u have doubts) u can call down to 080 36878850. have...
Hello everyone This is my first mail to the group. Today only i received this file ... File : Comprehensive Aptitude.zip Description : Comprehensive...
Hi all, How can i write a function which starts at a particular address. i.e the code should start from that address in (Embedded) C. Regards... ... Do you...
hi Ruchi, Wish u too a great new year ahead. Jaspreet ... ________________________________________________________________________ Yahoo! India Mobile:...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the c4swimmers group. File : /Types of...
c4swimmers@yahoogroup...
Jan 7, 2004 2:38 pm
177
Feeling like a vacation? Then you are in the right place. Get the best travel deals here!...
hello everyone i m a final yeat btech student can u please suggest me what topic should i choose for as major project in C/C++ we r group of three students in...
Shilpi Jain
shilpi@...
Jan 12, 2004 9:21 am
179
Hi all, hope you all are swimming well in C........ well i am trying really very hard to get a good start.... I am having a query... it's from Yashwant...
Hi, How can iget the address of a function without using function pointers Please help Bye... ... Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus"...
Hi, How would u write following program. program of printing linkedlist in reverse order without using temporarly variable. Please give solution. Mahesh Menase...
abhishek mishra
mishraabhishek2003@...
Jan 13, 2004 12:01 pm
182
hi abhishek its simple use stack abhishek mishra <mishraabhishek2003@...> wrote: Hi, How would u write following program. program of printing linkedlist...
Hi, The best way is to have a previous, current and next pointer, and at every iteration do: next = current->next; current->next = prev; prev = current; ...
when one says don't use temp variable means we r not supposed to use even pointers. the simplest way is mk use of stack hardly 5-6 lines of code lenson andrade...
when u say not temp variable and not even pointers......? the what is the "stack"........???????? dont u think it is also a temp storage area......? Chethan...
Hello all, If the question was how to implement a linked list so that it can be traversed reversely without using a temporary variable, then use a doubly...
Hi ruchi, It will naturally give garbage value...It is becoz you are printing %d format...ie. the program tries to get integer value from the address you are...
lakshmi
nlakshmi@...
Jan 14, 2004 6:29 am
189
I also think so that you have to implement stack using an array or linked list. then the stack is temporary variable. ... From: chethan S V...
naresh.kumar@...
Jan 14, 2004 6:40 am
190
Hi ruch, 1 of the yeshwant kanetkar's book mentions tat ........ "once printf messes up with printing a value, all the other values printed will b garbage"....
Hi, How can we reverse the number using recursive function?? Itz not char.Itz an int Regards Askar Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages...
askar ali
askaralil@...
Jan 14, 2004 7:04 am
192
I hope this will do reverse(num) { if(num%10) printf("%d",num%10); if(num) reverse(num/10); } Give your comments. ===== Regards Sreejith K E-mail :...
hi sandeep...... i think this would not be true as far as my knowledge goes...... can u give me the correct reff of the page and or the chapter i which it is ...