What are the difference between a free-standing and a hosted environment?
No Answer is Posted For this Question
Be the First to Post Answer
Want to know how to write a C program that 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.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
What is the function of volatile in c language?
define string ?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
Are the outer parentheses in return statements really optional?
What are different types of variables in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
what is the disadvantage of using macros?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.