If fflush wont work, what can I use to flush input?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of constants?
What is the general form of a C program?
how would a 4*3 array A[4][3] stored in Row Major Order?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Can we use visual studio for c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
consagous technology placement paper
define string ?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
Differentiate between full, complete & perfect binary trees.
why we are using float in C