Explain what header files do I need in order to define the standard library functions I use?
No Answer is Posted For this Question
Be the First to Post Answer
How can you find out how much memory is available?
#define d 10+10 main() { printf("%d",d*d); }
program for comparing 2 strings without strcmp()
Write a program to swap two numbers without using third variable?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
write a c program to store and print name,address,roll.no of a student using structures?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Why do u use # before include in a C Progam?
What is the difference between void main() and int main()?
why return type of main is not necessary in linux