Explain what is the difference between #include and #include 'file' ?
No Answer is Posted For this Question
Be the First to Post Answer
Is that possible to store 32768 in an int data type variable?
Can i use “int” data type to store the value 32768? Why?
While(1) { } when this loop get terminate is it a infinite loop?
How can I implement a delay, or time a users response, with sub-second resolution?
What is struct node in c?
How do I swap bytes?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
Is it possible to run using programming C for Java Application?
Why is c known as a mother language?
Explain goto?
what is c programing
main() { printf("hello"); fork(); }