Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for rithish

[CODE] #include<stdio.h> main() { int array[100], n, c, d, swap; printf("Enter number of elements\n"); scanf("%d", &n); printf("Enter %d integers\n", n); for ( c = 0 ; c < n ; c++ ) scanf("%d", &array[c]); for ( c = 0 ; c < ( n - 1 ) ; c++ ) …

Member Avatar for Despairy
0
141
Member Avatar for myk45

Hello, i have 2 small doubts regarding pointers. 1)im trying to defererence 4 bytes as shown, and im initializiing each byte using a char pointer. But im getting runtime errors. Code [CODE] char a = 65; char *ptr = (char *)malloc(4); int *ptr1; ptr = &a; ptr1 = &a; *ptr …

Member Avatar for myk45
0
171
Member Avatar for harish_s

In my code, I am trying to open a directory of Solaris OS from Windows OS using FindFirstFile(). In Windows XP, the code is working fine but in Window 7 same code is not working. FindFirstFile() returns INVALID HANDLE in Windows 7 and GetLastError() return error code 50, which means …

Member Avatar for harish_s
0
229
Member Avatar for harish_s

Hi, In my code, I am trying to open a directory of Solaris OS from Windows OS using FindFirstFile(). In Windows XP, the code is working fine but in Window 7 same code is not working. FindFirstFile() returns INVALID HANDLE in Windows 7 and GetLastError() return error code 50, which …

0
57
Member Avatar for harish_s

Hi All, "incremental" flag is used for incremental compilation i.e. when this flag is used, csc compiler will compile only those file that have changed. [B]This flag is exist in C# 1.1, but obsolete in C# 2.0 compiler[/B]. Can anybody tell me the replacement of this flag in C# 2.0 …

Member Avatar for ddanbe
0
190
Member Avatar for harish_s

Please tell me, if anybody knows, from where I can get the Target ID and LUN ID of SCSI devices connected to the server. One file I know is /proc/scsi/scsi file. Is there any other file from where I can get Target ID and LUN ID?? Friends, Please help me..... …

Member Avatar for DimaYasny
0
54
Member Avatar for harish_s

Hi friends, Can anybody tells, in linux, from where we can get the information of connected device (like Harddisk, Tape Drive etc) in linux machine ??

Member Avatar for John A
0
95
Member Avatar for harish_s

Anybody know, from where we can get boot messages of linux other than "dmesg" and "/var/log/messages*" log files ??

Member Avatar for jbennet
0
61
Member Avatar for harish_s

:( Hi friends, I have one question, if anybody can answer it. Question : (I am performing operations on tape drive using st driver) While performing read operation on tape (using read()), EOD occured. After EOD occured, i m firing MTIOCGET request and getting the tape status. After getting tape …

Member Avatar for harish_s
0
161
Member Avatar for harish_s

Hi friends, I have one question, if anybody can answer it. Question : (I am performing operations on tape drive using st driver) While performing read operation on tape (using read()), EOD occured. After EOD occured, i m firing MTIOCGET request and getting the tape status. After getting tape status, …

Member Avatar for Salem
0
76