Write a C/C++ program that connects to a MySQL server and
displays the global TIMEZONE.
How do we make a global variable accessible across files? Explain the extern keyword?
What is the difference between procedural and declarative language?
Why double pointer is used in c?
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); }
What happens if a header file is included twice?
find the size of structure without using the size of function
disadvantages of realloc ?
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
What are the types of c language?
Compare array data type to pointer data type
Define and explain about ! Operator?