What is a buffer in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


Can a pointer be static?

0 Answers  


Is that possible to add pointers to each other?

0 Answers  


why we need function pointers?

3 Answers  


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

0 Answers  


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


How does memset() work in C?

2 Answers  


what is the function of void main()?

8 Answers  


which of 'arrays' or 'pointers' are faster?

5 Answers  


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

0 Answers  


What is pointer and structure in c?

0 Answers  


Why is c called "mother" language?

0 Answers  


Categories