What is #include called?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap 2 numbers in a single statement?
Q. where is the below variables stored ? - volatile, static, register
Why calloc is better than malloc?
What is a good data structure to use for storing lines of text?
What is zero based addressing?
why java is called as a purely oops language.
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
Why shouldn’t I start variable names with underscores?
How many levels deep can include files be nested?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
where do we use structure pointer?
What is atoi and atof in c?