Do you know the use of fflush() function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between static variable and register variable?
Write a program to find given number is even or odd without using any control statement.
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
How to explain the final year project as a fresher please answer with sample project
How can I open files mentioned on the command line, and parse option flags?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
How can I trap or ignore keyboard interrupts like control-c?
Should I learn data structures in c or python?
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
64/square(4)
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What are predefined functions in c?