Is a house a shell structure?
No Answer is Posted For this Question
Be the First to Post Answer
why the execution starts from main function
Write a program to exchange two variaables without temp
write a program which will count occurance of a day between two dates.
How the processor registers can be used in C ?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Write a program that can show the multiplication table.
Why should I use standard library functions instead of writing my own?
What is the right way to use errno?
Explain Linker and Loader
What does %c do in c?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?