What is the significance of c program algorithms?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the term printf() and scanf() used in c language?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
wat is the meaning of c?
How can I avoid the abort, retry, fail messages?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
int i=10; printf("%d %d %d", i, i=20, i);
Is calloc better than malloc?
What is the meaning When we write "#include" what is # and what does include does there???
How can you determine the maximum value that a numeric variable can hold?
find the sum of two matrices and WAP for it.
What is void pointers in c?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?