How would you use the functions fseek(), freed(), fwrite() and ftell()?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print fibonacci series using recursion?
Sir i need notes for structure,functions,pointers in c language can you help me please
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
What is operator promotion?
What is the -> in c?
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
Define VARIABLE?
How will you allocate memory to a double pointer ?
What is meant by 'bit masking'?
Can main () be called recursively?
What does the c preprocessor do?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,