What does d mean?
No Answer is Posted For this Question
Be the First to Post Answer
Why functions are used in c?
Can the curly brackets { } be used to enclose a single line of code?
is it possible to change the default calling convention in c ?
what is the use of ‘auto’ keyword?
Bit swapping
What are pragmas and what are they good for?
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
How to set a variable in the environment list?
What is the use of sizeof () in c?
What are pointers? Why are they used?