Do you know the use of fflush() function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is meant by initialization and how we initialize a variable?

0 Answers  


Describe advantages and disadvantages of the various stock sorting algorithms

1 Answers   Microsoft,


program to print upper & lower triangle of a matrix

2 Answers   TCS,


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


What is the difference between struct and typedef struct in c?

0 Answers  






In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


64/square(4)

1 Answers  


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


please give me some tips for the selection in TCS.

3 Answers   TCS,


What language is lisp written in?

0 Answers  


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 Answers  


Categories