What is sizeof in c?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Write code for atoi(x) where x is hexadecimal string.
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What type is sizeof?
when to use : in c program?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
Is flag a keyword in c?
How many main () function we can have in a project?
inline function is there in c language?
which one is highest Priority in c? a)=,b)+,c)++,d)==
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
What is the use of #include in c?