Answer Posted / amit kamble
POINTER HOLDS THE ADRESS OF THE OTHER VARIABLE;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is meant by keywords in c?
What is keyword in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Discuss the function of conditional operator, size of operator and comma operator with examples.
Find MAXIMUM of three distinct integers using a single C statement
What is the basic structure of c?
How can I find the modification date and time of a file?
What is actual argument?
How many levels of pointers can you have?
Why can’t constant values be used to define an array’s initial size?
Function calling procedures? and their differences? Why should one go for Call by Reference?
How many main () function we can have in a project?
explain what are pointers?
What is the use of in c?
What are the different types of pointers used in c language?