what is the structure pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by friend-functions? How are they used?
In how much time you will write this c program? Prime nos from 1 to 1000
How the C program can be compiled?
In which category does main function belong??
How can I find the modification date and time of a file?
what is uses of .net
what is self refrential structure
Explain the meaning of keyword 'extern' in a function declaration.
How can I avoid the abort, retry, fail messages?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
which one low Priority in c? a)=,b)++,c)==,d)+
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);