Answer Posted / glibwaresoftsolutions
A pointer is a variable that stores the memory address of another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define circular linked list.
What is a pointer variable in c language?
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 About fork()?
What the different types of arrays in c?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What functions are used for dynamic memory allocation in c language?
Where does the name "C" come from, anyway?
Explain what is the difference between text files and binary files?
Is it cc or c in a letter?
Differentiate between ordinary variable and pointer in c.
What is double pointer?
What do you understand by normalization of pointers?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What are register variables in c?