Do you know the use of fflush() function?
No Answer is Posted For this Question
Be the First to Post Answer
How many levels of pointers can you have?
What is static memory allocation? Explain
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
what do u mean by Direct access files? then can u explain about Direct Access Files?
What does printf does?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
Write a program to show the change in position of a cursor using c
Why we use break in c?
What is the general form of a C program?
what is default constructor?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
When should volatile modifier be used?