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
main() { int a[10]; printf("%d",*a+1-*a+3); }
Program to write some contents into a file using file operations with proper error messages.
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
What is logical error?
what is object oriental programing?
Differentiate between full, complete & perfect binary trees.
Explain bitwise shift operators?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
64/square(4)
can any one provide me the notes of data structure for ignou cs-62 paper