7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / ar
b but not recommended
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a c code by using memory allocation for add ,multiply of sprase matrixes
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is c language and why we use it?
Write a program with dynamically allocation of variable.
Describe how arrays can be passed to a user defined function
Explain the use of bit fieild.
Difference between constant pointer and pointer to a constant.
What functions are used in dynamic memory allocation in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What does a function declared as pascal do differently?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Differentiate fundamental data types and derived data types in C.
Why clrscr is used after variable declaration?
Write a program that accept anumber in words