Answer Posted / pooja
it is hitroginious in nature
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain low-order bytes.
Where static variables are stored in c?
What is #define size in c?
how logic is used
What functions are used for dynamic memory allocation in c language?
What are the types of data types and explain?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is the best way to comment out a section of code that contains comments?
What are the general description for loop statement and available loop types in c?
What is meant by type casting?
Which driver is a pure java driver
Why is c platform dependent?
What are register variables? What are the advantage of using register variables?
What is union and structure?
what is the height of tree if leaf node is at level 3. please explain