How can I read in an object file and jump to locations in it?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to swap two numbers without using third variable in c?
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,
What is clrscr ()?
What are the different types of control structures in programming?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What is a static function in c?
What is the value of c?
c programming of binary addition of two binary numbers
Explain what is output redirection?
how to write a c program to print list of fruits in alpabetical order?
Explain what is the difference between null and nul?
What is scope rule of function in c?