post new interiew question and aptitude test papers
What is uint8 in c?
writw a program to insert an element in the begning of a doubly linked list
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Why double pointer is used in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
how to swap 2 numbers in a single statement?
Difference between fopen() and open()?
What is the sizeof () operator?
How reliable are floating-point comparisons?
What is logical error?
what is void pointer?