Search the web
Sign In
New User? Sign Up
c4swimmers · India's First C/C++ Programming Portal
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1888 - 1917 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1888
Hi pals What will be the output of the following program ? #include<stdio.h> #include<stdlib.h> int main() { int *a=(int *)malloc(sizeof(NULL)); *a=567 /* or...
knnkishor
Offline Send Email
Sep 1, 2004
8:09 am
1889
Hi pals What will be the output of the following program ? #include<stdio.h> int main() { int a[5]={1,2,3,4}; printf("%d %d %d...
knnkishor
Offline Send Email
Sep 1, 2004
8:12 am
1890
Hi pals What will be the output of the following program ? #include<stdio.h> int main() { int a[0]={7}; printf("%d",a[0]); return 0; } (a) Compile-Time Error ...
knnkishor
Offline Send Email
Sep 1, 2004
8:12 am
1891
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 :...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
8:13 am
1892
For More Info: http://www.softwareqatest.com/qatfaq1.html#FAQ1_14 What are 5 common problems in the software development process? ...
knnkishor
Offline Send Email
Sep 1, 2004
8:18 am
1893
Hi all, It will be 567 (or any other value that has been specified in the code),since NULL represents an Integer and hence will show 567. But a good one coz we...
Himanshu Jagdish Sheth
himanshujs
Offline Send Email
Sep 1, 2004
9:01 am
1894
 Hi, The size of NULL is 2 since in its def in the lib it is given #define NULL 0 Regards, Kanwal ... [Non-text portions of this message have been removed]...
kanwal bhagat
kanwal_bhagat1982@...
Send Email
Sep 1, 2004
9:32 am
1895
NULL by definition is a macro which replaces ( void * ) 0 So the string which will be placed in the sizeof operator is the definition of NULL macro. As...
GGanesh
gganesh82
Offline Send Email
Sep 1, 2004
10:11 am
1896
I want to execute some commands in loadCDR.sh , I don't how to perform it . plz help me... 1) at now + 15 min < loadCDR.sh 2) at -f loadCDR.sh now + 15...
Kewal Krishan
kewal_kjangir
Offline Send Email
Sep 1, 2004
1:22 pm
1897
Hi when u compile it give warning. and give garbage value. so , c is the answer. bye Rakesh ... __________________________________ Do you Yahoo!? Yahoo! Mail...
rakesh mishra
rakes_4u2003@...
Send Email
Sep 1, 2004
1:35 pm
1898
Hi krishnan, For "at" command to work you need to have cron services running on the server and also the user need to have permissions to use cron services...
Vadivel.Raja@...
Send Email
Sep 1, 2004
1:39 pm
1899
Hi In this (e) is the option . If i m wrong then pls. correct me. (But why ? ) . Bye Rakesh ... __________________________________ Do you Yahoo!? New and...
rakesh mishra
rakes_4u2003@...
Send Email
Sep 1, 2004
1:45 pm
1900
how to write add function in standard library how to write protype to a new header file for the same purpose Yahoo! India Matrimony: Find your life...
Dev Anand
anand_devanand
Offline Send Email
Sep 1, 2004
1:52 pm
1901
Hi Rakesh, I executed the program in turboc.It gave 7. Actually v declared array as int so it stores something. Even though the length of array is 0 it stores...
veda suresh
veda2suresh
Offline Send Email
Sep 1, 2004
1:54 pm
1902
The ISO C90 standard does not allow the usage of zero-length arrays. "The expression delimited by [ and ] (which specifies the length of the array) shall be...
lenson.andrade@...
lenson18
Offline Send Email
Sep 1, 2004
2:01 pm
1903
Hi Rakesh, In this eg output is.....2 10 10 2. y it is coming? is sizeof(*a).... it gives pointer size always pointer size 2. sizeof(a).. it stores 5...
veda suresh
veda2suresh
Offline Send Email
Sep 1, 2004
2:16 pm
1904
thanks very much for replying........ but how do I come to know that cron services running on the server and how can I get permissions to use cron services. I...
Kewal Krishan
kewal_kjangir
Offline Send Email
Sep 1, 2004
2:17 pm
1905
Hi, This link should provide you with brief information on the cron services and also about the configuration issues. ...
Vadivel.Raja@...
Send Email
Sep 1, 2004
2:33 pm
1906
Hi, These links should provide you with brief information on the cron services and also about the configuration issues. ...
Vadivel.Raja@...
Send Email
Sep 1, 2004
2:41 pm
1907
Hi veda, Don't mind.....but you need to brush up ur C basics. Rajat ... __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete -...
Rajat
myself_rajat
Offline Send Email
Sep 1, 2004
4:08 pm
1908
File : 7HabitsOfEffectiveC++.pdf Description : 7 habits of effective C++ programming...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
1909
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
1910
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
1911
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
1912
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
1913
File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
1914
File : HowToBeAProgrammer.pdf Description : MUST READ - How To Be a Programmer / Team Person...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
1915
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
1916
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
1917
File : Uttarainfo_ad.doc Description : Uttara - Advanced C & Unix course, Rajajinagar, Bangalore...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2004
5:20 pm
Messages 1888 - 1917 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help