Differentiate between declaring a variable and defining a variable?
What are data structures in c and how to use them?
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.
give an example of type casting by a simple c program
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
what is the significance of static storage class specifier?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is c preprocessor mean?
What is the stack in c?
What is the purpose of type declarations?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What are the different types of objects used in c?