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
What is meant by recursion?
What is a lvalue
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
what are the interview question's in the language c
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What are the uses of null pointers?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
Define and explain about ! Operator?