How can I send mail from within a c program?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


Differentiate between a structure and a union.

0 Answers   Zensar,


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,


How can I find out how much free space is available on disk?

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database

2 Answers   TCS, Unisys, Webyog,


How can you pass an array to a function by value?

0 Answers  


what is the difference between class and unio?

0 Answers   HCL, Wipro,


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


The file stdio.h, what does it contain?

0 Answers  


What is an anonymous union and where to apply that ?

3 Answers   HP,


how to add numbers without using arithmetic operators.

14 Answers   TCS,


player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion

1 Answers  


Categories