How can I send mail from within a c program?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between the expression “++a” and “a++”?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
What kind of structure is a house?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
what is the output of printf("%d",(scanf("%d",10));
What is boolean in c?
What is a spanning Tree?
what are advantages of U D F?
Find greatest number out of 10 number without using loop.
to find the closest pair