What is a buffer in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Can a pointer be static?
Is that possible to add pointers to each other?
why we need function pointers?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
write a program in C to swap two variables
How does memset() work in C?
what is the function of void main()?
which of 'arrays' or 'pointers' are faster?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is pointer and structure in c?
Why is c called "mother" language?