How can I send mail from within a c program?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of sizeof?
Is Exception handling possible in c language?
How many types of functions are there in c?
How can we allocate array or structure bigger than 64kb?
Describe static function with its usage?
what is the difference between procedure oriented and object oriented progaming language
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
why effort estimation is important?
When can a far pointer be used?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
How to print "Hi World" without using semi colon?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?