User profile: Rajkumar MCA

User info
User name:Rajkumar MCA
Name:Rajkumar
Location:Chennai
Bio:I am a software engineer
History
Joined:
Number of posts:10
Latest posts:

Singleton class
Can anyone explain about singleton class and when and where it should be used. Advantages and disadv...

String Tokernizer
Thanks for your response. I got some idea now about strtok().

String Tokernizer
Can anyone explain the difference between the following lines in the below program p = strtok (stri...

Tricky C Program
#include<stdio.h> int main() { int a,b,c; int count = 1; for (b = c = 10; ...

Explain about __packed__ in structure
typedef __packed__ struct { unsigned long var1; //4Bytes; var1=0x01234567 unsigned long long var2;...