Answer Posted / mani
far pinters are of 32 bits n near pointers are of 16 bits
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Do you know the difference between malloc() and calloc() function?
Explain how do you declare an array that will hold more than 64kb of data?
Why is event driven programming or procedural programming, better within specific scenario?
What are the 5 organizational structures?
Tell me when is a void pointer used?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Explain what are the standard predefined macros?
can anyone please tell about the nested interrupts?
How to declare a variable?
Why c language is called c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the difference between array and linked list in c?
Explain how do you determine the length of a string value that was stored in a variable?
What is main () in c language?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record