Answer Posted / mahi
pointer is a variable witch can strore address of another
variable
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is pre-emptive data structure and explain it with example?
How to draw the flowchart for structure programs?
Explain what does it mean when a pointer is used in an if statement?
How can you find the day of the week given the date?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is optimization in c?
How many identifiers are there in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What extern c means?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What are the back slash character constants or escape sequence charactersavailable in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is a volatile keyword in c?
What is define c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .