There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
5 23103Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
1 9531Given 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?
3 7957Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
HCL,
2252what is diff between localstatic and globalstatis variable possible 2 use in another file...?
HCL,
2 5341in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
IBM,
11 34706Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
3 6453
write a program fibonacci series and palindrome program in c
shorting algorithmS
What is s or c?
How to define structures? ·
What does the function toupper() do?
Where is c used?
Is there a built-in function in C that can be used for sorting data?
Where define directive used?
What is abstract data structure in c?
What are void pointers in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Is fortran faster than c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Why is struct padding needed?
What is a stream?