prototype of sine function.
Answers were Sorted based on User's Feedback
array of pointer pointer to array pointer to pointer
Why we use stdio h in c?
what is an inline fuction??
Explain a pre-processor and its advantages.
Why shouldn’t I start variable names with underscores?
What does c mean in basketball?
What is the equivalent code of the following statement in WHILE LOOP format?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
what is level of tree if leaf node is at level 4.please explain.
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.