File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
May 1, 2006 5:28 pm
6171
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
May 1, 2006 5:28 pm
6172
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
May 1, 2006 5:28 pm
6173
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
May 1, 2006 5:28 pm
6174
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
May 1, 2006 5:29 pm
6175
The directive #error causes the preprocessor to report a fatal error. #ifdef __Win32__ #error "Won't work on WINDows." #endif The directive #warning is like...
Apparao
apparao@...
May 2, 2006 4:38 am
6176
[Google] <http://code.google.com/> Google Code Google Code Home <http://code.google.com/> > Summer of Code <http://code.google.com/summerofcode.html> ...
hi, to all... i m new to this group.... some proram in c..... can u solve this question............. 1. write a program for counting the number of palindrome ...
hi , frndz let me know the answers for the below listed questions in C. 1.wat is diff btwn high level & low level function? Example prog ..which one is best? ...
Ur asking for the logic ??? if u try u can solve Try out ur own logic and comeback with the problems ur faced 1.if u know what is a palindrome then u can solve...
Prasanna K P
prasannakp@...
May 3, 2006 4:43 am
6180
hi, Iam Ch.Kishore doing M.C.A in S.V.University ,tirupathi , A.P. iam the sailent member of this group. can any body explain how to compile a cprogram from ...
very correct example by Apparao. Apart from that the #pragma has varied uses. U can remove the warning messages displayed while compilation. U can link modules...
hi all, Iam Ch.Kishore doing M.C.A in S.V.University. On 20th of this month iam going to face TCS on our campus.any one who had already faced TCS share ur ...
Hello friend, This is really a very big number. But the multiplication of such numbers can be done if u store the number in an array or in a linked list, one...
Hi ! People , Before i forget - Good luck to Kishore for TCS test . My question is a general 1. When we say "I have a 32 MB Video card.." What does that mean...
Hi kishore, #pragma is used to put particular code or data in particular data segment so while runing the program only data will get added not while compile...
Hi all, Subject : Query Regarding Pthread exception This is for developing a vod streaming application for a mediaplayer. We are using Live555 openRTSP stack...
hi Regarding TCS,you can visit sites like freshersworld.com & chetana.com. You will find lots of info abt the AT papers & interview. Best wishes, T Srividya. ...
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
May 7, 2006 4:10 pm
6189
Hai govardhanann, Nice explanation. I Have one more question against these. what is the need of #pragma,#error in C? what are all benefits we can get from...
Viru, Volatile: this qualifier tells the compiler ,not to include the variable for optimization. So that whenever u access the volatile variable the variable ...
Prasanna K P
prasannakp@...
May 8, 2006 6:11 am
6191
Some problem in the formatting the text.. next time I will take care.. _____ From: c4swimmers@yahoogroups.com [mailto:c4swimmers@yahoogroups.com] On Behalf Of...
Prasanna K P
prasannakp@...
May 8, 2006 8:53 am
6192
hi I am Mallikarjun Katta Can any one clear me a doubt on memry allocation. out of malloc() and callaoc() which allocates memory more efficiently . Regards ...
I think this answer you were expecting malloc() returns a block of memory that is allocated for the programmer to use, but is uninitialized. The memory is...
Hi this is hemalatha, Can any body help me? I was asked by the question in interviews like this. As a designer which method is u follow and why? Polling or ISR...
Hello all, My name is kumar. Could anybody send me Linux device driver FAQS or the links Your help would be greatly appreciated Regards Kumar [Non-text...