Answer Posted / rekha_sri
Constant pointer:
-----------------
If you have a value in your program and it should not
change, or if you have a pointer and you don't want it to be
pointed to a different value, you should make it a constant
with the const keyword.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is break in c?
Why we write conio h in c?
Give differences between - new and malloc() , delete and free() ?
How do you define a function?
What is the purpose of void pointer?
what is use of malloc and calloc?
Explain how are 16- and 32-bit numbers stored?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are runtime error?
Explain why c is faster than c++?
How will you write a code for accessing the length of an array without assigning it to another variable?
How old is c programming language?
What is a structural principle?
What is #error and use of it?