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 are the 4 types of functions?
What is a structural principle?
what are the 10 different models of writing an addition program in C language?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Is there a way to jump out of a function or functions?
Can a variable be both constant and volatile?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
C language questions for civil engineering
What is the purpose of sprintf?
How can I use a preprocessorif expression to ?
If errno contains a nonzero number, is there an error?
What is a good data structure to use for storing lines of text?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
In a switch statement, what will happen if a break statement is omitted?
What is assignment operator?