what is disadvantage of pointer in C
Answer Posted / ami
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 ? | 6 Yes | 2 No |
Post New Answer View All Answers
How can I discover how many arguments a function was actually called with?
Explain void pointer?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
explain what is a newline escape sequence?
What is far pointer in c?
What is getch c?
Who is the founder of c language?
Explain how do you override a defined macro?
Why main is not a keyword in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are identifiers and keywords in c?
what is the diffrenet bettwen HTTP and internet protocol
Write a program to show the change in position of a cursor using c
What is non linear data structure in c?
Apart from dennis ritchie who the other person who contributed in design of c language.