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
What are the disadvantages of c language?
What is the use of ?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
How can I invoke another program from within a C program?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
hi, which software companys will take,if d candidate's % is jst 55%?
What is #define?
What are terms in math?
How can you avoid including a header more than once?
Tell me about low level programming languages.
How can I get the current date or time of day in a c program?