what is disadvantage of pointer in C
Answer Posted / vinothrajan.s
main disadvantage is security. how means using pointer
concept we can change the value which is assigned to
it.like this we lose our data.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Wt are the Buses in C Language
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What are structural members?
Why isnt any of this standardized in c?
Why string is used in c?
Are comments included during the compilation stage and placed in the EXE file as well?
Can we assign integer value to char in c?
What is a nested formula?
What is call by reference in functions?
Explain what is #line used for?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Write a program to reverse a given number in c language?
What are the different categories of functions in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What do you mean by command line argument?