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 a segmentation fault?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is main void in c?
What does a function declared as pascal do differently?
Why are all header files not declared in every c program?
Program to write some contents into a file using file operations with proper error messages.
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What are the types of type specifiers?
What is a pointer and how it is initialized?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
How can I read in an object file and jump to locations in it?