Singleton classCan anyone explain about singleton class and when and where it should be used. Advantages and disadv...
String TokernizerThanks for your response. I got some idea now about strtok().
String TokernizerCan 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 structuretypedef __packed__ struct { unsigned long var1; //4Bytes; var1=0x01234567 unsigned long long var2;...