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


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

Post New Answer

More C Interview Questions

How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


What is the difference between procedural and declarative language?

0 Answers  


Why double pointer is used in c?

0 Answers  


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


What happens if a header file is included twice?

0 Answers  


find the size of structure without using the size of function

1 Answers   Bosch,


disadvantages of realloc ?

1 Answers   HCL,


How many levels of indirection in pointers can you have in a single declaration?

0 Answers   Agilent, ZS Associates,


hi how to convert program from notepad to turboc editor can u please help me

3 Answers  


What are the types of c language?

0 Answers  


Compare array data type to pointer data type

0 Answers  


Define and explain about ! Operator?

0 Answers  


Categories