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

increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


Explain can static variables be declared in a header file?

0 Answers  


How is null defined in c?

0 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


What is function prototype in c with example?

0 Answers  






Explain indirection?

0 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


Implement bit Array in C.

0 Answers   GrapeCity,


how to find turn around time in operating system?

3 Answers  


hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


how to make a scientific calculater ?

0 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


Categories