... variable j; ... Hi Naveen, What is said about variable 'j. is agreed. But "i = i++ + ++j" is an undefined expression. Rick has rightly pointed out. And...
... NO! THIS IS NOT CORRECT!!! THE RESULTS ARE UNDEFINED. YOU CAN NOT AND SHOULD NOT USE MULTIPLE INCREMENTS WITHIN A SINGLE SEQUENCE POINT. PLEASE do not...
Hi, Iam Suma from Bangalore Software Services. Here we have an opening with Our Client IBM ISS. Kindly go thru this requirement, If u are interested forward ur...
suma latha
suma.bss@...
Sep 19, 2008 6:03 am
8687
hi freinds i am very much interested in solving tricky and puzzled questions in C. So please send me the Questions. PLEASE...........................
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Sep 21, 2008 9:36 am
8690
Hi C/C++ enthusiasts Who am I: C For Swimmers - India's First C/C++ Programming Portal Where am I: www.c4swimmers.net What we do: Discover the depth of C Who...
c4swimmers@yahoogroup...
Sep 21, 2008 9:36 am
8691
hi abhi, i have a small doubt regarding operators. what is the use of unary + operator in C? hope u will give me the answer.... regards, baskar. ...
hey + is used as unary operator when it is used as ++ if only + is used it acts as binary operator. ... From: baskar rajagopal <pearlbas143@...> To:...
... BZZZZZZZTTT!! I am sorry, but you are INCORRECT! Please go back and read this thread carefully to understand the correct response. ~Rick ... [Non-text...
... tried a lot ... after the ... The C ANSI Standard only supports ONE post or pre increment/decrement operator. There are a large number of C Compilers...
... pre ... not ... work ... increment/decrement ... of ... of ... depends ... after execution of the expression.for e.g i=5; j=i++;Â the expression "j=i++"...
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Oct 1, 2008 9:38 am
8702
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Oct 1, 2008 9:38 am
8703
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Oct 1, 2008 9:38 am
8704
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Oct 1, 2008 9:38 am
8705
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Oct 1, 2008 9:38 am
8706
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Oct 1, 2008 9:38 am
8707
Hi C/C++ enthusiasts Who am I: C For Swimmers - India's First C/C++ Programming Portal Where am I: www.c4swimmers.net What we do: Discover the depth of C Who...
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Oct 1, 2008 9:38 am
8710
... pre ... not ... work ... increment/decrement ... of ... of ... depends ... after execution of the expression.for e.g i=5; j=i++; the expression "j=i++"...
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Oct 5, 2008 9:38 am
8712
Hi C/C++ enthusiasts Who am I: C For Swimmers - India's First C/C++ Programming Portal Where am I: www.c4swimmers.net What we do: Discover the depth of C Who...
c4swimmers@yahoogroup...
Oct 5, 2008 9:38 am
8713
how can i develop a plugin for web browsers like ie and firfox i dont know any thing thanks for your help a plugin like flash or silverlight is there a way to...