Answer Posted / arunkumar
Stack overflow...
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are all different types of pointers in c?
Explain union. What are its advantages?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What are the types of macro formats?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is nested structure in c?
Explain the difference between call by value and call by reference in c language?
what does static variable mean?
What is the difference between a function and a method in c?
How do you redirect a standard stream?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What does %p mean c?
What is the difference between printf and scanf in c?
What are the different types of pointers used in c language?
What is pass by value in c?