What are the difference between a free-standing and a hosted environment?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of arrays are there in c?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
Can 'this' pointer by used in the constructor?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
Find occurence of a character in a sting.
Explain in detail how strset (string handling function works )pls explain it with an example.
What is %d used for?
code for concatination of 2 strings with out using library functions?
What do the functions atoi(), itoa() and gcvt() do?