Answer Posted / ankush tyagi
Pointers are a special type of variables which are used to
store the address of the another variable....
Four type of pointers are defined...
1.Near pointer
2.Fare pointer
3.Huge pointer
4.File pointer
Syntex //-
data type var_name;
data type *pointer_name;
pointer_name=&var_name;
in both the case data type should be same other wise we can
use the type casting;;;....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is keyword with example?
Explain the advantages of using macro in c language?
What is page thrashing?
When can you use a pointer with a function?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
By using C language input a date into it and if it is right?
Explain is it better to bitshift a value than to multiply by 2?
What is pointer to pointer in c?
Why are algorithms important in c program?
Does c have enums?
Why we use break in c?
Describe the header file and its usage in c programming?
What are types of structure?
Why c language?
What is floating point constants?