Which is the best sort method for library management?
i want to job in your company, so how it will be possible.
The differences between Windows XP and Windows Visa
Explain function?
Write a program for Overriding.
Which is better between malloc and calloc?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Is it possible to use curly brackets ({}) to enclose single line code in c program?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
What are global variables and how do you declare them?
wite a programme in c to linear search a data using flag and without using flags?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
Where register variables are stored in c?