What is the use of header?
No Answer is Posted For this Question
Be the First to Post Answer
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Are bit fields portable?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is Your Name :)
How can I send mail from within a c program?
What are Macros? What are its advantages and disadvantages?
4. main() { int c=- -2; printf("c=%d",c); }
Explain what a Binary Search Tree is.
What is use of bit field?
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
Describe newline escape sequence with a sample program?