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

Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

0 Answers  


which type of question asked from c / c++ in interview.

2 Answers  


The difference between printf and fprintf is ?

0 Answers   Baan Infotech,


What is data structure in c programming?

0 Answers  


for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  






What does 1f stand for?

0 Answers  


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


what is the output of printf("%d",(scanf("%d",10));

10 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


What does s c mean in text?

0 Answers  


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


Categories