What is a pointer value and address in c?
implement NAND gate logic in C code without using any bitwise operatior.
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
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.
What is a structure member in c?
What is the best style for code layout in c?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
Explain 'bit masking'?
Which driver is a pure java driver
When should the register modifier be used? Does it really help?
Explain how can I manipulate strings of multibyte characters?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
how to swap two integers 1 and 32767 without using third variable