Answer Posted / ganesh
pointer variable is used to store the memory address of the another variable
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are the advantages and disadvantages of a heap?
Is main an identifier in c?
Differentiate between the expression “++a” and “a++”?
When is the “void” keyword used in a function?
Is the exit() function same as the return statement? Explain.
What are c preprocessors?
What is difference between constant pointer and constant variable?
What is getch() function?
Can you apply link and association interchangeably?
Why c is called a middle level language?
What is a macro, and explain how do you use it?
What is #include stdlib h?
What are Macros? What are its advantages and disadvantages?
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.
Explain the ternary tree?