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
write a proram to reverse the string using switch case?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
What are the advantages of using macro in c language?
What is structure and union in c?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
Given an unsigned integer, find if the number is power of 2?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,