What is the difference between ++a and a++?
No Answer is Posted For this Question
Be the First to Post Answer
When should volatile modifier be used?
What is structure and union in c?
What does printf does?
If input is 123 then how to print 100 and 20 and 3 seperately?
what is the difference between strcpy() and memcpy() function?
What is the purpose of ftell?
What is a lvalue
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
By using C language input a date into it and if it is right?
Is it possible to pass an entire structure to functions?
Which of these functions is safer to use : fgets(), gets()? Why?
how can i get this by using for loop? * ** * **** * ******