Answer Posted / chaitanya
pointers are two types.near and far.
if code we are writing is so large and there is necessity
to refer an address in other memory segment we have to use
far pointer.within in the range of 64Kb we can use new
pointer
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What does c mean?
How can I invoke another program or command and trap its output?
Is file a keyword in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Is flag a keyword in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What are the types of macro formats?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Wt are the Buses in C Language
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Is c a great language, or what?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
I came across some code that puts a (void) cast before each call to printf. Why?