Answer Posted / srinivasroyal
A constant pointer is nothing which can not allow any
arthametic operations on it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain can you assign a different address to an array tag?
Explain how can you restore a redirected standard stream?
What is difference between constant pointer and constant variable?
Do variables need to be initialized?
how to capitalise first letter of each word in a given string?
Explain what does a function declared as pascal do differently?
Why pointers are used in c?
What is the process to generate random numbers in c programming language?
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 ?
What are loops in c?
What is the difference between #include and #include 'file' ?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
Why can't I perform arithmetic on a void* pointer?
Explain what is a stream?