Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
No Answer is Posted For this Question
Be the First to Post Answer
What is memcpy() function?
How to compare array with pointer in c?
How can you draw circles in C?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Did c have any year 2000 problems?
what is the difference between %d and %*d in c languaga?
what is the program to display your name in any color?
What does *p++ do? What does it point to?
Which is better between malloc and calloc?
What is the use of a semicolon (;) at the end of every program statement?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search