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
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
How do you override a defined macro?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
How will you write a code for accessing the length of an array without assigning it to another variable?
write a program in c to print **** * * * * ****
Explain the difference between ++u and u++?
What is s or c?
char p="data"; printf(p);
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
Is r written in c?
Write a program for finding factorial of a number.
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,