What is the difference between exit() and _exit() function in c?
Program to find the sum of digits of a given number until the sum becomes a single digit
I need previous papers of CSC.......plz help out by posting them.......
What is an object?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
to get a line of text and count the number of vowels in it
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
How can you allocate arrays or structures bigger than 64K?
What is a pointer in c plus plus?
What is the difference b/w Structure & Array?
What do header files do?
how can i get output like this? 1 2 3 4 5 6
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]