where does it flourished?
No Answer is Posted For this Question
Be the First to Post Answer
Why is it usually a bad idea to use gets()? Suggest a workaround.
Is anything faster than c?
Convert the following expression to postfix and prefix (A+B) * (D-C)
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
write a program for egyptian fractions in c?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
What is far pointer in c?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
Explain the advantages and disadvantages of macros.
How do you convert strings to numbers in C?
What are derived data types in c?
How can I access an I o board directly?