Explain 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

c language interview questions & answer

0 Answers  


What are the 4 types of unions?

0 Answers  


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?

4 Answers   Amazon, Apple, Bata, Google, NASA,


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,






What is a constant and types of constants in c?

0 Answers  


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


Why enum is used in c?

0 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


What does main () mean in c?

0 Answers  


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

0 Answers   Ignou, Microsoft,


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


Categories