Hi, I will be having on campus recruitment exams for Satyam And HCL very soon I'm not able to find questions and answers on the following topics 1. C 2....
U can join chethana-job@yahoogroups.com group where you will get daily QP's n Answers. __________________________________ Do you Yahoo!? Yahoo! Mail - 50x...
it says there is no listing for chethana-job Ashwath kumarp <ashwathkumarp@...> wrote:U can join chethana-job@yahoogroups.com group where you will get...
int func() { static int val; return val++ % 15; } ... hi all, i need solution to one problem in c. which will be stated like that. u have a function which...
Try this link http://groups.yahoo.com/group/CHETANA-JOBS/ Sreejith K ... From: Robert Ryan [mailto:bobzcplpl@...] Sent: Monday, August 02, 2004 9:22 AM ...
Thanx nitin abhi ... [Non-text portions of this message have been removed]...
Abhi here
abhit011@...
Aug 2, 2004 7:45 am
1640
You can get questions from all this topic in http://www.freshersworld.com/resource/resource.htm -Prasanna. ... From: Ashwath kumarp...
RJ.Prasanna@...
Aug 2, 2004 9:54 am
1641
HI all, First both the varibles buf1 & buf2 are stored in stack. then both the variables occupy same size bcoz of both the statement . first variable buf1 is...
Hi I'd like to know the different ways / solutions to implement the Bubble Sort algorithm using C/C++ i.e. Implementing bubble sort algorithm using Loops (for,...
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Aug 2, 2004 6:57 pm
1651
File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
Aug 2, 2004 6:57 pm
1652
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Aug 2, 2004 6:57 pm
1653
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Aug 2, 2004 6:58 pm
1656
File : malloc.c Description : Implementation of malloc in C...
c4swimmers@yahoogroup...
Aug 2, 2004 6:58 pm
1657
Hey, there is nothing called temporary stack !! Ans sorry for the goof-up. The code will give u the direction of growth of the **Heap** and not Stack [ I ...
Refer to Chapter 13 of C FAQs - by Steve Summit (Addisson Wesley Longman Publ.) ISBN: 0201845199 There a code is given using congruential Random no. generator...
hi, I would like to know, what does it mean by "this file is protected by password *****" where i can use this password so that i can able to view such ...
hai friends, i am a new user of this usefull site. plz send me more Aptitude questions and pitfalls in c. jijo [Non-text portions of this message have been...
How to find a loop in a link list , without changing the structure declaration, i have one solution but it can change the structure of a NODE , as along with...
Abhi here
abhit011@...
Aug 4, 2004 7:01 am
1663
hi all can anyone explain the output of the following : USE VC++ COMPILER #include<stdio.h> struct { char a; char b; int c; char d; double e; }ptr; void main()...