what is disadvantage of pointer in C
Answer Posted / yogesh rajoriya
normally pointer workes with address and if we can find the
address of any locatiion of hardware any one can easly
currpt the data that is the bigest problem with pointer but
still the os is written in c language that is not understand
by me
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of control structures in programming?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is call by value in c?
What is difference between static and global variable in c?
What is derived datatype in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Why is struct padding needed?
How can I sort more data than will fit in memory?
What is #include stdio h and #include conio h?
Is void a keyword in c?
What is identifier in c?
What are the advantages of using macro in c language?
What is calloc in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Where are the auto variables stored?