What is the size of structure pointer in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Write a routine that prints out a 2-D array in spiral order!
What is c programming structure?
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.
Explain Function Pointer?
What is calloc() function?
Which is better between malloc and calloc?
WHAT IS LOW LEVEL LANGUAGE?
explain what is a newline escape sequence?
Why doesnt that code work?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How does pointer work in c?