User: ravikandagal1

  • Public profile

User profile: ravikandagal1

User info
User name:ravikandagal1
History
Joined:
Number of posts:11
Latest posts:

Bit field byte alignment
#include<stdio.h> struct stu { unsigned int gen:1; unsigned int sub:10; union { int maths:1...

Two dimensional array
I have a simple C program as below : int matrix[3][3]= { {11,12,13}, {21,22,23}, ...

Array element
I have a C program like this : int main() { int a[5]={1,2,3,4,5}; printf("%d %d \n",a,(&a+1)); ...

Byte Alignment in C structure
I have these doubts : 1) when i aligned the 1st program for 8 byte alignment ( using #pragma pack...

Byte Alignment in C structure
Hello , I had a program which was crashing in HP IA 64 bit machine. My program is configured for...

This user does not accept Private Messages