What is clrscr ()?
No Answer is Posted For this Question
Be the First to Post Answer
What is the heap?
What is extern storage class in c?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
a 'c' program to tell that the set of three coordinates lie on a same line
Why does notstrcat(string, "!");Work?
marge linklist
List the different types of c tokens?
c program to subtract between two numbers without using '-' sign and subtract function.
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How many loops are there in c?
what is data structure
read a number & print all its devisors using c-program?