How do we print only part of a string in c?
No Answer is Posted For this Question
Be the First to Post Answer
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
What is the difference between local variable and global variable in c?
What is a static variable in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
how to TOGGLE Nth bit of variable in a MACRO
What is huge pointer in c?
how can be easily placed in TCS.
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What is actual argument?
What is indirect recursion? give an example?
write the program to find multiplication of 2-D matrix??????????
How can I get back to the interactive keyboard if stdin is redirected?