Explain how are portions of a program disabled in demo versions?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
What will be the output of x++ + ++x?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
program to convert a integer to string in c language'
can we implement multi-threads in c.
Does c have circular shift operators?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
what is different between auto and local static? why should we use local static?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.