What is .obj file in c?
No Answer is Posted For this Question
Be the First to Post Answer
which operator is known as dummy operator in c?
how can i sort numbers from ascending order and descending order using turbo c..
How can I trap or ignore keyboard interrupts like control-c?
program to print circle structure
how to find the kth smallest element in the given list of array elemnts.
Write a code to generate divisors of an integer?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Where is volatile variable stored?
can we change the default calling convention in c if yes than how.........?
what is the structure pointer?
What is typedef struct in c?
Is it possible to run a c program without using main?If yes HOW??